laya-init
v1.1.3
Published
quick generate laya Project for grunt work flow
Downloads
8
Readme
laya-init
Laya Air Laya Project generator.
Feature
- 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/
Install
You should confirm you have node and browser.
$ npm i laya-init -g
Usage
Generate Laya Project workflow with Grunt.
$ mkdir foo && cd foo
$ laya-init
Start development server.
$ grunt serve