提交 f28f808e 编写于 作者: CDL_LuFei's avatar CDL_LuFei

Initial commit

上级 1725237e
此差异已折叠。
{
"name": "GameBee",
"name": "gamebee",
"version": "1.0.0",
"description": "A small clone of [github](https://github.com/MixJiang/GameBee)",
"main": "index.js",
"main": "js/game.js",
"scripts": {
"dev": "live-server"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitcode.net:CDL_LuFei/1024opensource.git"
"url": "git@gitcode.net:CDL_LuFei/1024opensource.git"
},
"author": "CDche",
"license": "MIT",
"dependencies": {
"live-server": "^1.2.2"
}
"author": "CDL_LuFei",
"license": "MIT"
}
......@@ -5,6 +5,6 @@ apps:
run: npm i && npm run dev # 应用的启动命
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
name: 小蜜蜂 # 应用名称
name: GameBee # 应用名称
description: 网页小游戏 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册