Super Form - 提高你开发后台系统的效率

367 阅读1分钟

最近一段时间一直在整理 super form, 这次发的是 vue-antd-super-form , 还有上次发的是 react-antd-super-form, 这两个都是基于 ant design 的npm 包, 都是用它来开发后台管理系统的.

所以无论你使用提 react 还是 vue, 只要你使用的 ant design, 那 super form 绝对是一个提高你开发效率的绝好工具.

还是要重点介绍下这两个npm 包:

  1. vue-antd-super-form
  2. react-antd-super-form

安装

npm i -S vue-antd-super-form

npm i -S react-antd-super-form

具体使用文档, 可以点击 react-antd-super-form , vue-antd-super-form 查看

其使用时部分代码截图如下, 有问题可以 GitHub 上提issue, 喜欢本库的同学欢迎fork or star