0.0.8 • Published 5 years ago

@steriley/json-editor v0.0.8

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

JSON Editor Vue Component

Install

npm install @steriley/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" */ '@steriley/json-editor');
0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago