1、vue-json-schema-editor-visual 一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 git地址:https://github.com/giscafer/vue-json-schema-editor-visual demo地址:http://blog.giscafer.com/sinokit/#/./components/jsonschema-editor demo截图: 2、json-schema-editor-vue 相似项目,支持vue2 ...
一、两款json-schema-editor 1、vue-json-schema-editor-visual 一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 git地址:https://github.com/giscafer/vue-json-schema-editor-visual demo地址:http://blog.giscafer.com/sinokit/#/./components/jsonschema-editor demo截图: 2、json-schema-ed...
一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 import JsonSchemaEditor from 'vue-json-schema-editor-visual'; Vue.use(JsonSchemaEditor); 可以编辑json的schema. 相似项目zyqwst/json-schema-editor-vue: A json-schema editor of high efficient and easy-to-use, base on Vue (github.c...
A json-schema editor of high efficient and easy-to-use, base on Vue. - vue-json-schema-editor-visual/package.json at master · giscafer/vue-json-schema-editor-visual
json-schema-editor-vue属性说明如下: Links json-schema-editor-vue A json-schema editor of high efficient and easy-to-use, base on Vue 如果你使用Vue3,请查看json-schema-editor base on Vue3 支持自定义属性,满足特殊的需求 Example Demohttp://json-schema.sviip.com ...
root是否是根节点Booleantrue custom是否允许添加自定义属性Booleanfalse lang国际化(可选zh_CN和en_US)Stringzh_CN Don't forget to star if it helped! 如果对您有帮助,别忘记给个星哦 Links json-schema-editor-visual vue-json-schema-editor-visual...
最近一段时间在使用json-schema对接口响应的json数据做校验。找到了一个开源的项目json-schema-editor-virual。 github连接:https...-visual-editor/项目中可以将原始json数据,一键生成schema,通过源码发现这一功能是通过generate-schema这个库来实现的,generate-schema的github:https ...
A json-schema editor of high efficient and easy-to-use, base on Vue & Element UI. 一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 模仿 Yapi React 版本json-schema-editor-visual实现 Usage importJsonSchemaEditorfrom'vue-json-schema-editor-visual';Vue.use(JsonSchemaEditor); ...
npm install json-schema-editor-visual const option = { } import 'antd/dist/antd.css' require ( 'json-schema-editor-visual/dist/main.css' ) const schemaEditor = require ( "json-schema-editor-visual/dist/main.js" ) ; const SchemaEditor = schemaEditor ( option ) render ( < SchemaEditor...
vue-json-schema-editor-visual是一个基于Vue的高效易用的JSON Schema编辑器。它提供了直观的用户界面,让用户可以轻松地创建、编辑和验证JSON Schema。该编辑器具有丰富的功能,包括实时预览、自动补全、语法高亮、拖放支持等,大大提升了编辑JSON Schema的效率。无论是初学者还是专业开发人员,都能够通过vue-json-schema...