An open API service indexing awesome lists of open source software.

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.

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
```