@hankychung/json-schema-editor

0.1.10 • Public • Published

json-schema-editor

description

a visual editor for json schema, base on Vue

usage

import Vue from 'vue'
import schemaEditor from '@hankychung/json-schema-editor'
Vue.use(schemaEditor)

and you can use this global component by <schema-editor />

props

  • data an object of json schema

events

  • change emit a new modified object of json schema after editing

/@hankychung/json-schema-editor/

    Package Sidebar

    Install

    npm i @hankychung/json-schema-editor

    Weekly Downloads

    10

    Version

    0.1.10

    License

    none

    Unpacked Size

    389 kB

    Total Files

    12

    Last publish

    Collaborators

    • hankychung