nodejs
ruby
compass
yo
grunt
bower
- Nodejs
- Ruby
- Compass
gem install compass
- Yo
npm install -g yo
- Grunt
npm install -g grunt-cli
- bower
npm install -g bower
Npm link generator-vip to local, in generator-vip folder run:
$ npm link
folder name must be generator-vip
go to new project folder run:
$ yo vip
- Select project init type
[?] select project init type:
- pc
- mobile
- Enter the project name
[?] enter the project name: (vip-project)
- Enter author
[?] enter author: (http://www.vip.com)
grunt sass
grunt watchSass
grunt build
grunt watchSeajs
grunt watch
MIT