We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d3739 commit 6c96371Copy full SHA for 6c96371
README.md
@@ -1 +1,3 @@
1
-# element-formbuilder
+# element-form-builder
2
+
3
+Build form of element-ui using JSON configuration.
package.json
@@ -1,7 +1,7 @@
{
"name": "element-form-builder",
"version": "0.1.0",
4
- "description": "Generate form of element-ui using JSON configuration.",
+ "description": "Build form of element-ui using JSON configuration.",
5
"main": "dist/index.js",
6
"scripts": {
7
"build": "node scripts/build.js",
0 commit comments