laya-three-cli
v0.2.7
Published
[中文文档](./READMECN.md)
Downloads
3
Readme
Use Parcel make Layaair Game
Package power Parcel and parcel-plugin-change-file
:fire: Feature
- hot reload H5 and WeChat
- build WeChat project by cli
- use any IDE code your project
:egg: Install
$ npm install -g laya-three-cli
:package: Create Project
$ laya-three-cli your-project
:rocket: Start H5 Game
$ yarn install
$ yarn start
And, open http://localhost:1234
:rocket: Start WeChat Game
$ yarn install
$ yarn core
$ yarn wechat
And, use 微信开发者工具
open dev-wechat
dir
:wrench: Update LayaAir
LayaAir is no update source code in npmjs.com, if you need update Layair source code, please do this:
- open LayaAir Web , and download new package
- copy libs in you project, cover
bin/libs
- done!
:see_no_evil: Last
Welcome to laya-three-cli submit your PR, or give a star. .