@shed/starter 🔨 用 shed create 命令创建的演示游戏 安装依赖 同其他 web 应用一样,第一步需要安装依赖,在当前文件夹下运行 npm install 或使用 yarn yarn install 编译与预览 可以在当前目录下调用 npm build 或 yarn build 可以快速编译成 web 版本。 调用 npm run serve 或 yarn serve 弹出浏览器预览效果。 也可以在当前目录下调用shed build <platform> 编译成对应小游戏平台的版本。 Contributors nshen License The MIT License