在公司的项目业务当中,需要基于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实现 Usage importJsonSchemaEditorfrom'vue-json-schema-editor-visual';Vue.use(JsonSchemaEditor); ...
将package.json中devDependencies的webpack和webpack-cli版本升级("webpack": "^4.20.2", "webpack-cli": "^3.1.1",),然后重新执行npm install 3)报错2:(一般不会) AI检测代码解析 # npm start > json-schema-editor-visual@1.1.1 start /usr/local/node_modules/json-schema-editor-visual > ykit s ...
xiuxiuing/json-schema-editor-visual 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(1) 标签(8) 管理 管理 master v1.1.1 ...
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-visual-v4 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 文件 main 分支(1) 管理 管理 main 克隆/下载 克隆/下载 HTTPS SSH SVN ...
package.json中script的写法问题,我改了之后就可以正常执行了。可以参照如下内容修改: { "name": "json-schema-editor-visual", "version": "1.1.1", "description": "jsonschema editor", "main": "package/index.js", "license": "MIC", "scripts": { "start": "ykit s -p 8082", "demo": "se...
项目地址: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'; ...
基于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 = ...