7
7

More than 5 years have passed since last update.

AngularJS generator (Yeoman) についてメモ

Posted at

基本はこのコマンド

$ yo angular

どういうコマンドオプションあるかはヘルプを見る

$ yo angular -h 

いま時点のバージョン(1.1.2)だと次のような感じ。

スクリーンショット 2014-04-08 15.14.26.png

  • minify したときにおかしくならないよう --minsafe はつけておいた方が良さげ。
  • CoffeeScript で書けるようになる --coffee はおすすめ。

どんなサブジェネレータがあるか

$ angular:filter myFilter
7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7