@acato/plugin-template
v0.0.8
Published
This is a basic Vue plugin template, [documentation](https://vuejs.org/v2/guide/plugins.html) Usage: Vue.use(MyPlugin. { store })
Downloads
13
Readme
Vue plugin template
This is a basic Vue plugin template, documentation Usage: Vue.use(MyPlugin. { store })
Requirements
- vue-cli $npm install -g @vue/cli
Setup Clone this repository, change the plugin name in package.json and install dependencies $ yarn install
Local development $ yarn serve
Build $ yarn build