edit-json-vue
v1.0.13
Published
A simple way to edit json objects
Readme
Currently Under Construction
What is this?
This is a vue component that edits/views a JSON object. A fantastic tool for hackathons.
How to use?
npm install -s edit-json-vue
Inside your .vue file:
let JsonEditor = require("edit-json-vue/src/jsonRoot.vue").default
export default {
components: { JsonEditor },
}