# LowcodeEngine-AntDesignPro **Repository Path**: Iamllm/LowcodeEngine-AntDesignPro ## Basic Information - **Project Name**: LowcodeEngine-AntDesignPro - **Description**: 阿里巴巴开源的低代码引擎(Lowcode-Engine)与Ant Design Pro v5整合的Demo - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-04-24 - **Last Updated**: 2023-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LowcodeEngine-AntDesignPro 阿里巴巴开源的低代码引擎(Lowcode-Engine)与Ant Design Pro v5整合的Demo。 阿里巴巴开源了一个低代码引擎(Lowcode-Engine),同时也放出了Demo,于是就尝试将Lowcode-Engine整合进了Ant Design Pro v5。 阿里开源项目的文档对新手不友好的名声在业界也是响当当的(TMD!)。 ## Environment Prepare Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ## Provided Scripts Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test. Scripts provided in `package.json`. It's safe to modify or add additional script: ### Start project ```bash npm start ``` ### Build project ```bash npm run build ``` ### Check code style ```bash npm run lint ``` You can also use script to auto fix some lint error: ```bash npm run lint:fix ``` ### Test code ```bash npm test ``` ### 截图 ![Ant Design pro 控制台](WX20220528-144059%402x.png) ![低代码编辑器](WX20220528-144129@2x.png) #### 公众号 更多信息发布于公众号:代码乾坤 (CoderLand) 公众号是否关注无所谓,它只是一个信息发布和沟通的渠道。 如果您认为这些信息对您的朋友也有用,请转发给他们。 ![输入图片说明](qrcode_for_gh_1786c96024eb_258.jpeg)