Skip to content

Commit 393e07b

Browse files
committed
增加升级说明文档
1 parent e4d30b6 commit 393e07b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

2.9升级步骤.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
低代码已升级到2.9, 使用步骤:
2+
1. 克降代码(https://github.com/stwflyfox/tiny-engine.git)到新的文件夹
3+
2. 运行 pnpm install 安装基础版本组件
4+
3. 切换分支到2.9
5+
4. 再次运行 pnpm install 安装更新版本组件
6+
5. 运行 pnpm run setup 安装公共组件
7+
6. 运行 dev 打开低代码设计页面
8+
7. 首次打开低代码时注册账号
9+
8. 打开各系统的低代码页面时后缀要加参数 &tenant=1 , 如 http://localhost:8080/?type=app&id=21&tenant=1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",
66
"dev": "pnpm run setup && concurrently 'pnpm:serve:backend' 'pnpm:serve:frontend'",
7-
"dev:withAuth": "pnpm run setup && pnpm --filter designer-demo dev:withAuth",
7+
"dev:withAuth": "pnpm --filter designer-demo dev:withAuth",
88
"serve:frontend": "pnpm --filter designer-demo dev",
99
"serve:backend": "pnpm --filter @opentiny/tiny-engine-mock dev",
1010
"build:plugin": "pnpm --filter @opentiny/tiny-engine-* --filter @opentiny/tiny-engine build",

0 commit comments

Comments
 (0)