UNPKG

vuejs-smart-table

Version:

[![CircleCI](https://circleci.com/gh/tochoromero/vuejs-smart-table/tree/master.svg?style=shield)](https://circleci.com/gh/tochoromero/vuejs-smart-table/tree/master)

27 lines (26 loc) 507 B
module.exports = { title: 'VueJs Smart Table', base: '/vuejs-smart-table/', description: 'Simple yet powerful Data Table for Vue', configurewebpack: { resolve: { alias: { 'vue-smart-table': '../../src' } } }, themeConfig: { repo: 'tochoromero/vuejs-smart-table', docsDir: 'docs', editLinks: true, sidebarDepth: 1, sidebar: [ '/', 'the-basics/', 'filtering/', 'sorting/', 'pagination/', 'selection/' ] } }