vue-opti-table2
v1.2.1
Published
VueJS 2 Optimized Datatable2
Downloads
4
Readme
vue-opti-table
VueJS 2 Optimized Datatable
Installing
Install with npm:
npm install --save vue-opti-table
Import into project:
import Vue from 'vue';
import VueOptiTable from 'vue-opti-table';
Vue.use(VueOptiTable);
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run bundle
# run unit tests
npm run unit
# run all tests
npm test