1.0.1 • Published 7 years ago

hilo-tools v1.0.1

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

hilo-tools

offline tools for react component

NPM version gemnasium deps node version npm download

Usage

$ hilo-tools run lint: run lint by https://github.com/airbnb/javascript
$ hilo-tools run pub: compile and npm publish
$ hilo-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ hilo-tools run build: build examples
$ hilo-tools run gh-pages: push example to gh-pages
$ hilo-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

6.0.0

  • move test to rc-test