项目作者: rqyrku

项目描述 :
VueJS 2 Optimized Datatable
高级语言: JavaScript
项目地址: git://github.com/rqyrku/vue-opti-table.git
创建时间: 2018-03-15T09:37:27Z
项目社区:https://github.com/rqyrku/vue-opti-table

开源协议:

下载


vue-opti-table

VueJS 2 Optimized Datatable

Installing

Install with npm:

  1. npm install --save vue-opti-table

Import into project:

  1. import Vue from 'vue';
  2. import VueOptiTable from 'vue-opti-table';
  3. Vue.use(VueOptiTable);

Build Setup

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run bundle
  7. # run unit tests
  8. npm run unit
  9. # run all tests
  10. npm test