plusui-native-core 0.1.54 → 0.1.55
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.
|
@@ -110,8 +110,8 @@ Frontend Backend
|
|
|
110
110
|
1. Developer writes schema
|
|
111
111
|
└─► connection.schema
|
|
112
112
|
|
|
113
|
-
2. Run
|
|
114
|
-
└─► node Tools/plusui-
|
|
113
|
+
2. Run connect generator tool
|
|
114
|
+
└─► node Tools/plusui-connector/src/connect.js
|
|
115
115
|
|
|
116
116
|
3. Parser reads schema
|
|
117
117
|
└─► Parses connect definitions
|