# json-schema-editor-visual **Repository Path**: wll8/json-schema-editor-visual ## Basic Information - **Project Name**: json-schema-editor-visual - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: feat - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个表单编辑组件 ![](https://cdn.jsdelivr.net/gh/filess/img6@main/2022/03/15/1647343822780-bdd91edf-a03f-4636-8450-25f851a0da64.png) ## 需求 - 背景 这个组件是一个别人开源的在 github 上的组件,同时有 react/vue 版。但是别人的 vue 版有些样式可能没有更新。 - 需求 需要把这个仓库改为 vue 版,别人已经弄好的 vue 版本的,应该很多代码可以直接用。 - 代码 vue 的代码写在 https://gitee.com/wll8/json-schema-editor-vue 这个仓库里。 - 时间 任务领取后 3 天。 - 测试 - A 信得过的话可以直接提交代码。 - B 信不过的话可以把部署页面在自己的服务器上供测试,页面里需要有组件的不同参数实例。 ## 开发 此仓库启动方式,建议 *nux 环境下: ``` sh node -v # v14.15.5 npm -v # 6.14.11 npm i npm start ``` 然后打开 http://127.0.0.1:8082/index.html 即可。 ## 参考 - github 上的 react 版 https://github.com/Open-Federation/json-schema-editor-visual - github 上的 vue 版 https://github.com/zyqwst/json-schema-editor-vue