@steriley/json-editor

0.0.8 • Public • Published

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

/@steriley/json-editor/

    Package Sidebar

    Install

    npm i @steriley/json-editor

    Weekly Downloads

    3

    Version

    0.0.8

    License

    none

    Unpacked Size

    3.41 MB

    Total Files

    36

    Last publish

    Collaborators

    • steriley