Package Exports
- v-datatable-light
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 (v-datatable-light) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
v-datatable
Usage
<DataTable
:header-fields="headerFields"
:data="data"
/>import { DataTable } from 'v-datatable'
export default {
components: {
DataTable
}
}API
Installation
npm install v-datatableProject setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintCustomize configuration
Update the API section of README.md with generated documentation
npm run doc:buildRun style guide dev server
npm run styleguideGenerate a static HTML style guide
npm run styleguide:build