Grunt
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
// 一覧用テンプレート
#topicpath
----
Gruntを使ってWEB開発とくにAngularJSで開発をする際にいろい...
Node.js/npm,Grunt,Yeoman,Bower,compass,gitその他を入れて...
**インストール [#g144545f]
サマリすると
-[[Node.js]] に従ってNode.js/npmをインストール((npmはNode...
-[[Grunt,Yeoman,Bower,compass>Grunt/インストール]]
--Rubyをインストーラ(Windows)等でインストール
-- Gitをインストーラ((https://git-scm.com/))でインストール
-- GitのGUIクライアントSourceTree((https://ja.atlassian.c...
-- gem install compass でCompassインストール((gem update ...
-- npm install --global karma generator-karma でその他も...
-- npm install --global yo bower grunt-cli generator-angu...
**Yeomanでアプリを生成してみる [#vbf9248e]
mkdir hogehoge
cd hogehoge
yo angular
でサンプルアプリが作成されます。いろいろ聞かれますが、と...
***サーバを起動 [#add89b2b]
npm install
bower install
と叩いて依存モジュールをインストールしておいて、
grunt serve
でローカルでWebサーバが起動し、ついでにWebブラウザも起動...
下記のようなYeomanが作成したアプリが起動すれば成功です。
#ref(pic.png)
お疲れ様でした。
***関連リンク [#ib0e60b5]
-[[The web's scaffolding tool for modern webapps | Yeoman...
-[[Grunt: The JavaScript Task Runner>http://gruntjs.com/]]
-[[AngularJS ― Superheroic JavaScript MVW Framework>https...
-[[Yeomanを使ったAngularJSアプリをチームで共同開発して公...
-[[npm]]
***コンテンツ一覧 [#lf2fcc53]
#ls2
----
SIZE(10){[[FrontPage]]}~
SIZE(10){現在のアクセス:&counter;}
終了行:
// 一覧用テンプレート
#topicpath
----
Gruntを使ってWEB開発とくにAngularJSで開発をする際にいろい...
Node.js/npm,Grunt,Yeoman,Bower,compass,gitその他を入れて...
**インストール [#g144545f]
サマリすると
-[[Node.js]] に従ってNode.js/npmをインストール((npmはNode...
-[[Grunt,Yeoman,Bower,compass>Grunt/インストール]]
--Rubyをインストーラ(Windows)等でインストール
-- Gitをインストーラ((https://git-scm.com/))でインストール
-- GitのGUIクライアントSourceTree((https://ja.atlassian.c...
-- gem install compass でCompassインストール((gem update ...
-- npm install --global karma generator-karma でその他も...
-- npm install --global yo bower grunt-cli generator-angu...
**Yeomanでアプリを生成してみる [#vbf9248e]
mkdir hogehoge
cd hogehoge
yo angular
でサンプルアプリが作成されます。いろいろ聞かれますが、と...
***サーバを起動 [#add89b2b]
npm install
bower install
と叩いて依存モジュールをインストールしておいて、
grunt serve
でローカルでWebサーバが起動し、ついでにWebブラウザも起動...
下記のようなYeomanが作成したアプリが起動すれば成功です。
#ref(pic.png)
お疲れ様でした。
***関連リンク [#ib0e60b5]
-[[The web's scaffolding tool for modern webapps | Yeoman...
-[[Grunt: The JavaScript Task Runner>http://gruntjs.com/]]
-[[AngularJS ― Superheroic JavaScript MVW Framework>https...
-[[Yeomanを使ったAngularJSアプリをチームで共同開発して公...
-[[npm]]
***コンテンツ一覧 [#lf2fcc53]
#ls2
----
SIZE(10){[[FrontPage]]}~
SIZE(10){現在のアクセス:&counter;}
ページ名: