A simple, customizable and pageable table, based on vue2 and element-ui.
* install dependencies
```
yarn install
* serve test/play with hot reload at localhost:8089
``
npm run play
* install docsify
``
npm i docsify-cli -g
* go to project folder and run local server
```
docsify serve docs
You can preview your site in your browser on http://localhost:3000 with hot reload.