Skip to content

基于ant-design开发快速生成Form、Table、Modal的模板

Notifications You must be signed in to change notification settings

Vgbire/low-code

Repository files navigation

功能

  1. 自定义 Form 组件
  • 支持配置字段、表单类型、拖拽、支持 Form.Item label、name、校验等字段配置 image
  1. 代码预览、导出 image
  2. 自定义 Table、Modal 组件(Table 组件支持 render、title、dataIndex 等属性的配置) image image

规范

  • 文件夹命名使用短横线命名
  • 组件使用帕斯卡命名
  • 如果文件夹是 index 的组件,则文件名也用帕斯卡

使用

# 安装依赖
npm install
npm i -g nx

# 启动项目
nx serve low-code

# 预览项目
nx preview low-code

# 构建项目
nx build low-code