vue-edit-json

1.0.4 • Public • Published

Vue-edit-json

View and edit JSON as an vue component

DEMO


Getting Started

npm install Vue-edit-json --save

Usage

//import it in your project At your entry point
 
import vue from 'vue'
import JsonEditor from 'Vue-edit-json'
  
Vue.use(JsonEditor)
  

Pass json data using v-model or :value and make it editable using is-edit attribute as the following code

<JsonEditor is-edit="true" v-model="jsonData" ></JsonEditor>

/vue-edit-json/

    Package Sidebar

    Install

    npm i vue-edit-json

    Weekly Downloads

    12

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    402 kB

    Total Files

    28

    Last publish

    Collaborators

    • fingerpich