crud-page-react 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
一个基于 React + Ant Design 的动态 CRUD 组件库,支持通过 JSON Schema 配置生成完整的增删改查界面。
|
|
4
4
|
|
|
5
|
+
## 🌐 在线演示
|
|
6
|
+
|
|
7
|
+
**[https://crud.fufanghao.space/](https://crud.fufanghao.space/)**
|
|
8
|
+
|
|
9
|
+
- 🎮 **Demo 示例** - 查看完整功能演示和字段类型
|
|
10
|
+
- 🛠️ **配置生成器** - 可视化配置工具,零代码生成 CRUD 页面
|
|
11
|
+
- 🤖 **AI 提示词** - 使用 AI 从接口文档生成配置
|
|
12
|
+
|
|
5
13
|
## 特性
|
|
6
14
|
|
|
7
15
|
- 🚀 **零代码配置** - 通过 JSON Schema 配置即可生成完整 CRUD 界面
|