提交 1d9a7e7b 编写于 作者: orbitgw's avatar orbitgw

update-11/13/2022

上级 217907a4
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
This is a game project for 2022‘s CSDN 1024 Open Source Challenge. This is a game project for 2022‘s CSDN 1024 Open Source Challenge.
![](.\imgs\1024game-cover.png)
## Preview ## Preview
![](./imgs/preview.png) ![](./imgs/preview.png)
......
{
"name": "cloud-ide-1024-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "live-server"
},
"author": "Chris Cheng",
"license": "MIT",
"dependencies": {
"live-server": "^1.2.2"
}
}
# preview.yml
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 3000 # 应用的端口
run: npm i && npm run dev # 应用的启动命令
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
name: 1024云IDE挑战赛项目 # 应用名称
description: 1024云IDE挑战赛项目。 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册