-
Notifications
You must be signed in to change notification settings - Fork 8
Install
uupaa edited this page Sep 4, 2015
·
11 revisions
WebModule や WebModule で書かれたモジュールを利用するには、開発環境のセットアップが必要です。
このエントリでは必要なソフトウェアをインストールする手順について説明します。
以下のソフトウェアが必要です。
-
Mac OS X 10.9.5 以上
-
Xcode の最新版と iOS Simulator (iOS Simulator は Xcode にバンドルされています)
-
JDK ver 1.7 以上(または Closure compiler が要求するバージョン) を インストール
- Closure compiler が JDK に依存しています
-
-
$ brew node-inspector
($ npm run noded
コマンドが利用可能になります) [省略可能]
-
-
-
$ npm install -g plato
($ npm run score
コマンドが利用可能になります) [省略可能] -
$ npm install -g eslint
($ npm run lint
コマンドが利用可能になります) -
$ npm install -g uupaa.compile.js
($ npm run min
と$ npm run build
コマンドが利用可能になります)
-
-
nw.js (node-webkit) を インストール (
$ nw test
コマンドが利用可能になります) [省略可能]