-
Notifications
You must be signed in to change notification settings - Fork 8
Development
uupaa edited this page Apr 17, 2014
·
29 revisions
-
Install development dependency tools
$ brew install node $ npm install -g plato $ npm install -g uupaa.compile.js
-
Clone Repository
$ git clone [email protected]:uupaa/{{WebModuleName}}.git # git clone [email protected]:uupaa/Foo.js.git
-
npm install
$ cd {{WebModuleName}} # cd Foo.js $ npm install
-
Build and Minify
$ npm run build
-
Test
$ npm run test
-
Lint
$ npm run lint