-
Notifications
You must be signed in to change notification settings - Fork 8
Install
uupaa edited this page Oct 25, 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 に依存しています
-
Node.js の最新版を インストール し、以下のコマンドを実行してください
-
$ 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
コマンドで必要です
-
WebModule では、以下のソフトウェアもサポートしています。これらは必要に応じてインストールを行ってください。
-
NW.js を インストール すると
$ nw test/ nw
コマンドが利用可能になります -
Electron をインストールすると
$ npm run el
コマンドが利用可能になります -
$ brew node-inspector
で node-inspector をインストールすると$ npm run noded
コマンドが利用可能になります