1.0.4 • Published 5 years ago

@jdplc/json-editor v1.0.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 years ago

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');
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago