<h2><img width="30" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"> Ant Design For Lowcode</h2>
npm install @licfe/antd-pro-lowcode-materials[![NPM version][npm-image-antd]][npm-url-antd]
- ProContainer
- ProDrawer
- ProModal
- ProPopconfirm
- ProTable
1. 在根目录执行 yarn start
2. 进入 antd-materials 目录,yarn lowcode:dev
3. 配置 XSwitch 代理
4. 访问 http://localhost:8000
XSwitch 代理如下
``json``
{
"proxy": [
[
"https://unpkg.com/@licfe/antd-pro-lowcode-materials@latest/build/lowcode/view.js",
"http://localhost:3333/view.js"
],
[
"https://unpkg.com/@licfe/antd-pro-lowcode-materials@latest/build/lowcode/meta.js",
"http://localhost:3333/meta.js"
]
]
}
[npm-image-antd]: https://img.shields.io/npm/v/@licfe/antd-pro-lowcode-materials.svg?style=flat-square
[npm-url-antd]: http://npmjs.org/package/@licfe/antd-pro-lowcode-materials
#### changelog
- 本地构建调试打通
- 调整 group
- 解决 antd 组件渲染/出码问题
- pro-table support get selected rows
- protable 枚举支持变量绑定
#### todo
- ~~pro component 本地构建调试打通 出码&渲染~~
- ~~解决使用的 antd 组件渲染/出码问题~~
#### 组件
- ProContainer
- ProDrawer
- ProModal
- ~~ProPopconfig~~
- ProTable