Create list / menu with Vue.
Using with NPM:
$ npm install --save @blacktoolbox/vue-list
// using ES6 modules
import BtbListComponents from '@blacktoolbox/vue-list'
// using CommonJS modules
var BtbListComponents = require('@blacktoolbox/vue-list');
// register to vue
app.use(BtbListComponents);
Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.
Please file issue, if you have any issue or idea.
You can see the document website on-line.