Skip to content

Files

Latest commit

 

History

History

starter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@shed/starter

🔨 用 shed create 命令创建的演示游戏

安装依赖

同其他 web 应用一样,第一步需要安装依赖,在当前文件夹下运行

npm install

或使用 yarn

yarn install

编译与预览

可以在当前目录下调用 npm buildyarn build 可以快速编译成 web 版本。

调用 npm run serveyarn serve 弹出浏览器预览效果。

也可以在当前目录下调用shed build <platform> 编译成对应小游戏平台的版本。

Contributors

License

The MIT License