generator-zorro

1.0.2 • Public • Published

generator-zorro

A yeoman generator which help you create Zorro component easily.

Installation

  • npm install -g yo
  • npm install -g generator-zorro

Usage

  • mkdir z-foo
  • yo zorro and confirm your component name (z-foo)
  • That's it!

Zorro Component Dev

init

  • npm install -g bower
  • npm install
  • bower install

Dev

  • modify package.json just 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 test folder
  • run gulp to lint and build README.md automatically

Depoly

  • generate semver tag
  • push into your own repo
  • create an issue here to tell us

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i generator-zorro

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • jinjiang