Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/lowcode-demo
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://github.com/alibaba/lowcode-demo
alibaba low-code lowcode
Last synced: 3 days ago
JSON representation
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
- Host: GitHub
- URL: https://github.com/alibaba/lowcode-demo
- Owner: alibaba
- License: mit
- Created: 2021-12-30T15:58:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T03:32:37.000Z (8 months ago)
- Last Synced: 2024-10-29T15:04:30.564Z (about 2 months ago)
- Topics: alibaba, low-code, lowcode
- Language: TypeScript
- Homepage: https://lowcode-engine.cn
- Size: 1.45 MB
- Stars: 1,707
- Watchers: 41
- Forks: 595
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - alibaba/lowcode-demo - An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系 (TypeScript)
README
## Low-Code Engine Demo
demo 是一个组合内核、setter、插件、物料的示范工程,因为未经长期生产环境打磨,可能还会有一些各个模块间结合的 bug,希望大家理解~## 如何使用
目前包含多个独立 demo 工程目录,每个 demo 目录都是一个独立的工程,代表一个特定的 demo 场景,可以选择其一单独使用。[推荐]使用yarn
```bash
git clone [email protected]:alibaba/lowcode-demo.git
cd lowcode-demo
cd demo-general
yarn
yarn run start
```使用npm
```bash
git clone [email protected]:alibaba/lowcode-demo.git
cd lowcode-demo
cd demo-general
npm install
npm run start
```场景列表:
- [general](https://lowcode-engine.cn/demo/demo-general/index.html):此 demo 尽可能将引擎常用能力展示出来,在试用时建议使用该 demo 工程,其他 demo 均各有侧重展示内容。
- [basic-fusion](https://lowcode-engine.cn/demo/demo-basic-fusion/index.html):此 fusion 的元数据描述是很老的版本,只为了示意描述结构,请勿用于生产环境
- [basic-antd](https://lowcode-engine.cn/demo/demo-basic-antd/index.html)
- [node-extended-actions](https://lowcode-engine.cn/demo/demo-node-extended-actions/index.html)
- [next-pro](https://lowcode-engine.cn/demo/demo-next-pro/index.html)
- [lowcode-component](https://lowcode-engine.cn/demo/demo-lowcode-component/index.html)
- [lowcode-workspace](https://lowcode-engine.cn/demo/demo-workspace/index.html)更多参考资料:
- [马上玩一下](https://lowcode-engine.cn/demo/demo-general/index.html)
- [低代码引擎官网](http://lowcode-engine.cn)
- [引擎主仓库](https://github.com/alibaba/lowcode-engine)