Skip to content

Commit 4fce0e1

Browse files
committed
chore: updated readme
1 parent 297b13a commit 4fce0e1

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed

README.md

+4-35
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ $ npm i -S vue-tiny-pagination
2929

3030
```html
3131
<div id="#app">
32-
<tiny-pagination
33-
:total="currentTotal"
34-
@tiny:change-page="changePage"></tiny-pagination>
32+
<tiny-pagination
33+
:total="currentTotal"
34+
@tiny:change-page="changePage"></tiny-pagination>
3535
</div>
3636
```
3737

@@ -76,41 +76,10 @@ Example in browser here: https://jsfiddle.net/coderdiaz/g5vLex83/3/
7676

7777
For see the complete documentation go to the [official website](https://coderdiaz.me/vue-tiny-pagination).
7878

79-
### Donate
80-
81-
<a href="https://www.buymeacoffee.com/coderdiaz" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
82-
83-
### Development
84-
85-
``` bash
86-
# install dependencies
87-
npm install
88-
89-
# serve with hot reload at localhost:8080
90-
npm run dev
91-
92-
# build docs with minification
93-
npm run compile:docs
94-
95-
# build project
96-
npm run build
97-
98-
# run tests
99-
npm run test
100-
```
101-
102-
### What's Included
103-
104-
- `npm run dev`: Webpack + `vue-loader` with proper config for source maps & hot-reload.
105-
106-
- `npm run build`: build with HTML/CSS/JS minification.
107-
108-
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader). Also check out the [breaking changes in [email protected]](https://github.com/vuejs/vue-loader/releases/tag/v9.0.0).
109-
11079
### Contributions
11180
All contributions are welcome send your PR and Issues.
11281

11382
### License
11483
This is a open-source software licensed under the [MIT license](https://raw.githubusercontent.com/coderdiaz/vue-tiny-pagination/master/LICENSE)
11584

116-
##### Crafted by Javier Diaz
85+
##### Crafted by Javier Diaz

0 commit comments

Comments
 (0)