Skip to content

Commit 0f25dfb

Browse files
committed
Update README.md
1 parent 0e01f67 commit 0f25dfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ A Vue.js pagination component for Laravel paginators that works with Bootstrap.
77
* [Laravel](http://laravel.com/docs/) 5.x
88
* [Bootstrap](http://getbootstrap.com/) 3.x
99

10+
## Install
11+
12+
```
13+
npm install laravel-vue-pagination
14+
// or
15+
yarn add laravel-vue-pagination
16+
```
17+
1018
## Usage
1119

1220
Register the component:

0 commit comments

Comments
 (0)