2.0.2 • Published 4 years ago

mixup-vc-tools v2.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

vc-tools

offline tools for react component

NPM version gemnasium deps node version npm download

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
2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago