https://github.com/vue-multiple/pagination
基于 Vue2.x 的分页组件。Vue-based pagination component
https://github.com/vue-multiple/pagination
pagination vue-pagination vue2 vuejs2
Last synced: 2 months ago
JSON representation
基于 Vue2.x 的分页组件。Vue-based pagination component
- Host: GitHub
- URL: https://github.com/vue-multiple/pagination
- Owner: vue-multiple
- License: mit
- Created: 2017-08-23T08:50:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T09:09:54.000Z (almost 8 years ago)
- Last Synced: 2025-02-21T18:03:51.070Z (3 months ago)
- Topics: pagination, vue-pagination, vue2, vuejs2
- Language: Vue
- Homepage: https://vue-multiple.github.io/pagination/
- Size: 1.02 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pagination
> Vue-based pagination component
## Install
```bash
npm install vue-multiple-pagination -S
```## Quick Start
```bash
import Vue from 'vue'
import VmPagination from 'vue-multiple-pagination'Vue.component(VmPagination.name, VmPagination)
```For more information, please refer to [pagination](http://vue-multiple.github.io/pagination) in our documentation.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run demo:dev# build for demo with minification
npm run demo:build# build for gh-pages with minification
npm run demo:prepublish# build for production with minification
npm run build
```## LICENSE
[MIT](http://opensource.org/licenses/MIT)