mathink12 / json-tree

JSON tree view for Vue

Home Page:https://mathink12.github.io/json-tree/

Repository from Github https://github.commathink12/json-treeRepository from Github https://github.commathink12/json-tree

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

About

JSON tree view for Vue

https://mathink12.github.io/json-tree/

License:MIT License


Languages

Language:JavaScript 64.9%Language:Vue 25.3%Language:SCSS 7.6%Language:Shell 1.5%Language:HTML 0.7%