2.0.5 • Published 4 years ago
@fxext/cli v2.0.5
酷狗直播小程序命令行工具
使用说明
开始项目
# 全局安装脚手架
npm i -g @fxext/cli
# 初始化项目
fxext init myapp
cd myapp
# 运行
npm run start
# 运行Cocos游戏
npm run start-cocos命令列表
fxext init [projectName]创建项目fxext start启动本地开发环境fxext release打包项目fxext game-serve启动本地cocos游戏开发环境