diff --git a/README.md b/README.md
index a049faf1..7ebde731 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,9 @@ Layui 是一套开源的 Web UI 组件库,采用自身轻量级模块化规范
## 项目参与
[项目参与者](https://github.com/layui/layui/graphs/contributors)
+## 在 Cloud IDE 中预览
+[https://idegithub.com/layui/layui](https://idegithub.com/layui/layui)
+
## 破旧立新 🌱
Layui 原官网已于2021年10月13日下线。详见:
> 1. Layui 原官网下线公告 2. Layui 原官网为什么要下线?
@@ -72,4 +75,4 @@ Layui 原官网已于2021年10月13日下线。详见:
---
鉴于 Layui 相对庞大的受众群体,从此 Github 和 Gitee 平台将支撑起 Layui 的后续。
-**Layui 将继续陪伴着所有为之热爱的人们,共同去探索和论证「Layui 开发模式的可行性」**
\ No newline at end of file
+**Layui 将继续陪伴着所有为之热爱的人们,共同去探索和论证「Layui 开发模式的可行性」**
diff --git a/preview.yml b/preview.yml
new file mode 100644
index 00000000..28f7a9a7
--- /dev/null
+++ b/preview.yml
@@ -0,0 +1,11 @@
+# preview.yml
+autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
+apps:
+ - port: 3000 # 应用的端口
+ run: # 应用的启动命令
+ command: # 使用此命令启动服务,且不执行run
+ preview: /examples/all.html # 预览文件
+ root: ./ # 应用的启动目录
+ name: layui # 应用名称
+ description: Classic modular Front-End UI library # 应用描述
+ autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)