1.0.4 • Published 6 years ago

@jdplc/json-editor v1.0.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago