tmp
Monday, March 31, 2014
AngularJS プロジェクト作成メモ(bower, grunt, yeoman)
```shell # install npm modules $ npm install -g bower grunt-cli yo $ npm install -g generator-angular # update gem, and install compass $ gem update --system $ gem install compass # create project dir $ mkdir example $ cd example # setup project by yeoman $ yo angular # or yo angular --minsafe ?? # start server $ grunt serve # test $ grunt test # build $ grunt build # dir for publish $ ls dist ``` ###参考 *
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment