Skip to content
uupaa edited this page Apr 17, 2014 · 29 revisions

for WebModule Developers

  1. Install development dependency tools

    $ brew install node
    $ npm install -g plato
    $ npm install -g uupaa.compile.js
  2. Clone Repository

    $ git clone [email protected]:uupaa/{{WebModuleName}}.git    # git clone [email protected]:uupaa/Foo.js.git
  3. npm install

    $ cd {{WebModuleName}}   # cd Foo.js
    $ npm install
  4. Build and Minify

    $ npm run build

  5. Test

    $ npm run test

  6. Lint

    $ npm run lint

Clone this wiki locally