You can download it from here
##Version 1
###Commands
You can execute following commands in the folder of 'v1'
-
Init The Project
npm run init
-
Build For Development
npm run dev
-
Build For Release
npm run release
-
Get Help
npm run help
###Dependency
-
nodejs、npm
Suggest you install nodejs with nvm (https://github.com/creationix/nvm), you can install nodejs like this:
nvm install 5.0 nvm use 5.0
-
gulp
npm install -g gulp
-
bower
npm install -g bower