vc-tools
v3.0.0
Published
offline tools for vue component
Downloads
24
Readme
vc-tools
offline tools for react component
Usage
$ vc-tools run lint: run lint by https://github.com/vuejs/eslint-plugin-vue-libs
$ vc-tools run pub: compile and npm publish
$ vc-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ vc-tools run build: build examples
$ vc-tools run gh-pages: push example to gh-pages
$ vc-tools run start: start dev server
package.json demo
({
config: {
entry:{}, // webpack entry for build dist umd
port: 8000, // dev server port
output:{}, // webpack output for build dist umd
}
})
History
8.0.0
- upgrade eslint to the latest version
- introduce prettier
7.0.0
- upgrade to webpack3
6.0.0
- move test to vc-test