Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 877 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 877 Bytes

json-tree-pro

JSON tree view for Vue.

Installation & Usage

npm i json-tree-pro
// main.js
import Vue from 'vue'
import JsonTree from 'json-tree-pro'
import 'json-tree-pro/lib/JsonTree.css'

Vue.component('JsonTree', JsonTree)
<JsonTree :json-data="{ name: 'Tom', age: 7 }" />

Demo & Docs

GitHub Gitee
Repository Repository
Demo & Docs Demo & Docs

demo

License

MIT