提交 042aaeba 编写于 作者: View Design's avatar View Design

update preview.yml

上级 7fed4a33
......@@ -20,3 +20,4 @@ examples/dist/
yarn-error.log
test/unit/coverage
.vscode
package-lock.json
......@@ -2,7 +2,7 @@
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 3000 # 应用的端口
run: npm i --registry=https://registry.npm.taobao.org && npm run dev # 应用的启动命令
run: npm i --registry=https://registry.npmmirror.com && npm run dev # 应用的启动命令
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
name: View UI Plus # 应用名称
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册