0.0.8 • Published 7 years ago

@steriley/json-editor v0.0.8

Weekly downloads
1
License
-
Repository
-
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago