ice-entity-designer 0.0.13 → 0.0.16
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 +22 -4
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/er-component/Entity.d.ts +13 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,26 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img width="150" src="./tests/assets/ice-
|
|
2
|
+
<img width="150" src="./tests/assets/ice-entity-designer.png">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
<h1 align="center">ice entity designer</h1>
|
|
5
|
+
<h1 align="center">IED: ice entity designer</h1>
|
|
6
6
|
|
|
7
|
-
##
|
|
8
|
-
|
|
7
|
+
## 1.简介
|
|
8
|
+
|
|
9
|
+
IED 是基于 [!ice-render内核](https://github.com/ice-render/ice-render) 构建的一款图形化的 Entity-Relation 设计工具。
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
IED 将会生成符合 typeorm 框架定义的 Shema 格式,然后可以自动生成实体类代码和 CRUD 代码。
|
|
13
|
+
|
|
14
|
+
完整的使用案例请参见此项目:https://github.com/craft-codeless-designer/craft-codeless-designer-server-koa
|
|
15
|
+
|
|
16
|
+
## 2.屏幕截图
|
|
17
|
+
|
|
18
|
+
<img src="./tests/assets/3.png">
|
|
19
|
+
|
|
20
|
+
<img src="./tests/assets/1.png">
|
|
21
|
+
|
|
22
|
+
<img src="./tests/assets/2.png">
|
|
23
|
+
|
|
24
|
+
## 3.License
|
|
25
|
+
|
|
26
|
+
[MIT licensed](./LICENSE).
|