A visual JSON editor component for Vue.js.
Usage:
import Vue from 'vue' import JsonEditor from 'vue-json-edit' Vue.use(JsonEditor) new Vue({ el: '#app', render: h => (h)(App) })
Preview:
Changelog:
v1.4.3 (10/14/2020)
- Bugfix
Download Details:
Author: jinkin1995
Live Demo: http://jinkin1995.github.io/vue-jsonEditor
Download Link: https://github.com/jinkin1995/vue-jsonEditor/archive/master.zip
Official Website: https://github.com/jinkin1995/vue-jsonEditor
Install & Download:
# Yarn
$ yarn add vue-json-edit
# NPM
$ npm install vue-json-edit --save