@jdplc/json-editor
v1.0.4
Published
Vue component that allows for easy modification of schemaless JSON content
Downloads
1
Readme
JSON Editor Vue Component
Install
npm install @jdplc/json-editor
How to use in the project
Lazy load the component into the project to prevent it being included in the production bundle. Ideally you want to use a route that will load the content and display the editor.
The following will include the component under a bundle called editor.
const JSONEditor = () => import(/* webpackChunkName: "editor" */ '@jdplc/json-editor');