在公司的项目业务当中,需要基于json-schema实现一个可以可视化编辑器,当前有不错的实现方案,如:json-schema-visual-editor。但事实上,这个交互并不满足于我们需求设计的那样,于是我重新开发了一款json-schema-visual-editor。 然后我将业务当中的实现提取出来,封装成了一个开源的组件,详情可见ew-json-schema-editor-vi...
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 />, document.get...
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 实现Usageimport JsonSchemaEditor from 'vue-json-schema-editor-visual'; Vue.use(JsonSchemaEditor);...
基于React的高效且易于使用的json模式编辑器。 用法 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 = ...
json-schema-editor-visual安装 环境:centos release 6.8,Python 2.6.6 1、下载、安装nodejs: 在nodejs网站下载对应的二进制版本,https://nodejs.org/en/download/releases/ cd /usr/local wget https://nodejs.org/download/release/v12.9.0/node-v12.9.0-linux-x64.tar.gz...
A json-schema editor of high efficient and easy-to-use, base on React. - yunkeCN/json-schema-editor-visual
xiuxiuing/json-schema-editor-visual 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(1) 标签(8) 管理 管理 v1.1.1 v1.1.0 ...
npm install json-schema-editor-visual constoption={}import'antd/dist/antd.css'require('json-schema-editor-visual/dist/main.css')constschemaEditor=require("json-schema-editor-visual/dist/main.js");constSchemaEditor=schemaEditor(option)render(<SchemaEditor/>,document.getElementById('root')) ...
Su**us 上传1.9 MB 文件格式 zip json-schema-editor vue-json-schema-editor-visual是一个基于Vue的高效易用的JSON Schema编辑器。它提供了直观的用户界面,让用户可以轻松地创建、编辑和验证JSON Schema。该编辑器具有丰富的功能,包括实时预览、自动补全、语法高亮、拖放支持等,大大提升了编辑JSON Schema的效率。
项目地址:giscafer/vue-json-schema-editor-visual: A json-schema editor of high efficient and easy-to-use, base on Vue. (github.com) 一个高效易用的基于 Vue + Element UI 的 json-schema 编辑器。 import JsonSchemaEditor from 'vue-json-schema-editor-visual'; ...