X Tutup
The Wayback Machine - https://web.archive.org/web/20200907211745/https://github.com/vueComponent/tools/
Skip to content
master
Go to file
Code
This branch is 7 commits ahead, 88 commits behind react-component:master.

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
Mar 23, 2020
Aug 21, 2020
lib
Aug 21, 2020
Aug 21, 2020

README.md

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

About

Tools For Vue Component

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup