kazupon / vue-plugin-boilerplate

:nut_and_bolt: Boilerplate for Vue.js plugin
MIT License
146 stars 9 forks source link
boilerplate plugin vue vue-cli

:nut_and_bolt: vue-plugin-boilerplate

CircleCI

Boilerplate for Vue.js plugin

:rocket: Usage

$ npm i -g vue-cli
$ vue init kazupon/vue-plugin-boilerplate vue-hello-plugin

It’s up to you !!

:hammer: Using tools

:package: Bunlded ModuleName

Defined the came-case into global.

ex:

- `name` of package.json
vue-plugin-boilerplate

- bundled
VuePluginBoilerplate

- javascript usage example
Vue.use(VuePluginBoilerplate)

:copyright: License

MIT