From 85d1f0fd90d210630d8694b35e3e0571e4c62a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=8F=8A=E8=90=8D=28=E7=B5=AE=E9=BB=8E=29?= Date: Thu, 23 Jun 2022 15:40:55 +0800 Subject: [PATCH] docs: added instructions for awesome-lowcode-engine to README (#712) --- packages/engine/README-zh_CN.md | 2 ++ packages/engine/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/engine/README-zh_CN.md b/packages/engine/README-zh_CN.md index cdd5ca479..91e90ad52 100644 --- a/packages/engine/README-zh_CN.md +++ b/packages/engine/README-zh_CN.md @@ -125,6 +125,8 @@ https://cdn.jsdelivr.net/npm/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/ - [用户文档](https://lowcode-engine.cn/docV2) - [API](https://lowcode-engine.cn/docV2/vlmeme) +[awesome-lowcode-engine](https://github.com/lowcode-workspace/awesome-lowcode-engine) 中包含了一系列围绕引擎建设的工具、解决方案等,如果你有类似的解决方案或者工具,欢迎提 PR 到该仓库,让更多人了解到 + ## 💻 本地调试 ```bash diff --git a/packages/engine/README.md b/packages/engine/README.md index 51eb9f550..f1d93ac31 100644 --- a/packages/engine/README.md +++ b/packages/engine/README.md @@ -125,6 +125,8 @@ Pass the files under packages/engine/dist and packages/(react|rax)-simulator-ren - [User Documentation](http://lowcode-engine.cn/docV2) - [API](http://lowcode-engine.cn/docV2/vlmeme) +The [awesome-lowcode-engine](https://github.com/lowcode-workspace/awesome-lowcode-engine) page links to many of the tools in the lowcode-engine, If you have an ecosystem or tools built around the engine, PR is welcome to this repository. + ## 💻 Local debugging ```bash