- Notifications
You must be signed in to change notification settings - Fork8
Enviromnet
uupaa edited this pageOct 24, 2015 ·4 revisions
チュートリアル環境について
WebModule の wiki では、以下のディレクトリが存在するものとして説明を行っています。実際のユーザ環境と異なる場合は、随時読み替えてください。
~/workspace
以下に作業環境が存在する~/workspace/WebModule
にhttps://github.com/uupaa/WebModule が設置されている- ユーザがチュートリアル中に作成したMyExample.js モジュールが
~/workspace/MyExample.js
に存在する
$ mkdir~/workspace$cd~/workspace$ git clone git@github.com:uupaa/WebModule.git
$ tree~/workspace -d├── MyExample.js│ ├── lib│ ├── lint│ │ └── plato│ ├── node_modules│ │ └── ...│ ├── release│ └──test│ ├── browser│ ├── node│ ├── nw│ └── el└── WebModule ├── BASE_MODEL ├── lib ├── run ├── LICENSE ├── package.json └── README.md