https://github.com/ui-d/table_pagination
Reusable component built with Vue.js and Vuex. Features: RWD, localstorage, sorting, form with simple validation.
https://github.com/ui-d/table_pagination
Last synced: 7 months ago
JSON representation
Reusable component built with Vue.js and Vuex. Features: RWD, localstorage, sorting, form with simple validation.
- Host: GitHub
- URL: https://github.com/ui-d/table_pagination
- Owner: ui-d
- Created: 2018-03-28T18:00:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T12:05:44.000Z (over 8 years ago)
- Last Synced: 2025-01-31T17:53:13.163Z (over 1 year ago)
- Language: Vue
- Homepage: https://bit.ly/2xKTkg4
- Size: 147 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table Pagination
### Reusable component built with Vue.js and Vuex
#### Tools required to run project: IDE/text editor, node.js, browser
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```