File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments