1.0.2 • Published 11 years ago
generator-zorro v1.0.2
generator-zorro
A yeoman generator which help you create Zorro component easily.
Installation
npm install -g yonpm install -g generator-zorro
Usage
mkdir z-fooyo zorroand confirm your component name (z-foo)- That's it!
Zorro Component Dev
init
npm install -g bowernpm installbower install
Dev
- modify
package.jsonjust like author, lisence ... - write bower deps on other components (if has)
- write
z-foo.html(both doc comment, sample comment and code) - write test case in
testfolder - run
gulpto lint and buildREADME.mdautomatically
Depoly
- generate semver tag
- push into your own repo
- create an issue here to tell us