提交 | 用户 | 时间 | ||
759b1c | 1 | ## form-generator JSON 解析器 |
H | 2 | >用于将form-generator导出的JSON解析成一个表单。 |
3 | ||
4 | ### 安装组件 | |
5 | ``` | |
6 | npm i form-gen-parser | |
7 | ``` | |
8 | 或者 | |
9 | ``` | |
10 | yarn add form-gen-parser | |
11 | ``` | |
12 | ||
13 | ### 使用示例 | |
14 | > [查看在线示例](https://mrhj.gitee.io/form-generator/#/parser) | |
15 | ||
16 | 示例代码: | |
17 | > [src\components\parser\example\Index.vue](https://github.com/JakHuang/form-generator/blob/dev/src/components/parser/example/Index.vue) |