!106 docs: add Cloud IDE preview link

Merge pull request !106 from aresn/master
This commit is contained in:
奔跑的面条 2022-12-16 01:49:34 +00:00 committed by Gitee
commit 31a8957de9
2 changed files with 14 additions and 0 deletions

View File

@ -40,6 +40,10 @@
- 封装:项目进行了详细的工具类封装如:路由、存储、加/解密、文件处理、主题、NaiveUI 全局方法、组件等
#### 在 Cloud IDE 中预览
[https://idegitee.com/dromara/go-view](https://idegitee.com/dromara/go-view)
说明文档:
![说明文档](readme/go-view-doc.png)

10
preview.yml Normal file
View File

@ -0,0 +1,10 @@
# preview.yml
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 3000 # 应用的端口
run: npm i --registry=https://registry.npmmirror.com && npm run dev # 应用的启动命令
command: # 使用此命令启动服务且不执行run
root: ./ # 应用的启动目录
name: GoView # 应用名称
description: 开源、精美、便捷的「数据可视化」低代码开发平台 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)