JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 77
  • Score
    100M100P100Q75168F
  • License MIT

VueJS 2 Optimized Datatable2

Package Exports

  • vue-opti-table2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-opti-table2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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