Go to file
liujuping 658e763822 chore: update publish action 2023-12-13 19:57:46 +08:00
.github chore: update publish action 2023-12-13 19:57:46 +08:00
demo-basic-antd chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-basic-fusion chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-general chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-graph-x6 chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-lowcode-component chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-next-pro chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-node-extended-actions chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
demo-workspace chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
public chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
scripts chore: use latest beta, 1.1.0-beta.17 2022-12-27 15:24:58 +08:00
.gitignore refactor: divide scenarios into individual projects 2022-11-16 17:30:41 +08:00
.prettierrc.js feat: first commit - genesis 2022-02-22 09:40:57 +08:00
LICENSE Initial commit 2021-12-30 23:58:40 +08:00
README.md chore: remove workbench demo, do not recommend this usage anymore 2023-11-03 13:59:05 +08:00
build.json chore: remove workbench demo, do not recommend this usage anymore 2023-11-03 13:59:05 +08:00
build.plugin.js refactor: divide scenarios into individual projects 2022-11-16 17:30:41 +08:00
package.json chore: use engine 1.2.3-beta.10 2023-12-05 15:59:36 +08:00
tsconfig.json feat: first commit - genesis 2022-02-22 09:40:57 +08:00
yarn.lock chore: use engine 1.2.2-beta.0 2023-10-27 13:36:27 +08:00

README.md

Low-Code Engine Demo

demo 是一个组合内核、setter、插件、物料的示范工程因为未经长期生产环境打磨可能还会有一些各个模块间结合的 bug希望大家理解~

如何使用

目前包含多个独立 demo 工程目录,每个 demo 目录都是一个独立的工程,代表一个特定的 demo 场景,可以选择其一单独使用。

[推荐]使用yarn

git clone git@github.com:alibaba/lowcode-demo.git
cd lowcode-demo
cd demo-general
yarn
yarn run start

使用npm

git clone git@github.com:alibaba/lowcode-demo.git
cd lowcode-demo
cd demo-general
npm install
npm run start

场景列表:

更多参考资料: