vue-json-schema-editor-visual
一个高效易用的 json-schema 编辑器,基于 Vue & Element UI
File Explorer
Download Latest Version (.zip)- config.js
- webpack.common.js
- json-schema-editor.min.js
- app.478317e2.css
- chunk-vendors.c470e980.css
- element-icons.535877f5.woff
- element-icons.732389de.ttf
- app.51aae14f.js
- app.51aae14f.js.map
- chunk-vendors.d43c2cc5.js
- chunk-vendors.d43c2cc5.js.map
- favicon.ico
- index.html
- favicon.ico
- index.html
- logo.png
- HelloWorld.vue
- App.vue
- main.js
- .eslintignore
- babel.config.js
- package.json
- README.md
- yarn.lock
- ArrayDialog.vue
- BasicDialog.vue
- BooleanDialog.vue
- index.js
- NumberDialog.vue
- ObjectDialog.vue
- RawDialog.vue
- StringDialog.vue
- json-editor.vue
- index.js
- index.vue
- DropPlus.vue
- index.vue
- SchemaArray.vue
- SchemaItem.vue
- SchemaObject.vue
- common.js
- event.js
- index.js
- json-schema-editor.vue
- jsonschema.scss
- utils.js
- .gitignore
- .npmignore
- json-schema-editor.png
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/giscafer/vue-json-schema-editor-visual
Downloads the entire project code from GitHub to your computer.
cd vue-json-schema-editor-visual
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
