Boilerplate for Vue.js plugin
$ npm i -g vue-cli
$ vue init kazupon/vue-plugin-boilerplate vue-hello-plugin
It’s up to you !!
- Compiler
- TypeScript
- Transpile
- babel (for development)
- buble (for distribution)
- Linter
- eslint
- Bundler
- webpack (for development)
- rollup (for distribution)
- Test Assertion
- power-assert
- Test Framework
- mocha
- Test Runner
- karma
- Test Coverage
- istanbul
- Headless Browser
- chrome headless
- End-to-End Test Fremework
- nightwatch.js
Defined the came-case into global.
ex:
- `name` of package.json
vue-plugin-boilerplate
- bundled
VuePluginBoilerplate
- javascript usage example
Vue.use(VuePluginBoilerplate)