quick generate laya Project for grunt work flow
npm install laya-init
Laya Air Laya Project generator.
----
- Generate a Laya workflow based grunt.
- support ES2015 and less.
- support auto uglify
- package Laya core libs with one file.
More usage: http://www.layabox.com/
You should confirm you have node and browser.
``bash`
$ npm i laya-init -g
Generate Laya Project workflow with Grunt.
`bash
$ mkdir foo && cd foo
$ laya-init
`
Start development server.
`bash``
$ grunt serve