# json-tree **Repository Path**: mathink12/json-tree ## Basic Information - **Project Name**: json-tree - **Description**: vue 的 json tree 组件,同步自 https://github.com/mathink12/json-tree - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-11-21 - **Last Updated**: 2021-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json-tree-pro JSON tree view for Vue. ## Installation & Usage ```bash npm i json-tree-pro ``` ```js // main.js import Vue from 'vue' import JsonTree from 'json-tree-pro' import 'json-tree-pro/lib/JsonTree.css' Vue.component('JsonTree', JsonTree) ``` ```vue ``` ## Demo & Docs | GitHub | Gitee | |-------------------------------------------------------|-----------------------------------------------------| | [Repository](https://github.com/mathink12/json-tree) | [Repository](https://gitee.com/mathink12/json-tree) | | [Demo & Docs](https://mathink12.github.io/json-tree/) | [Demo & Docs](http://mathink12.gitee.io/json-tree/) | ![demo](./docs/imgs/json-tree.gif) ## License [MIT](http://opensource.org/licenses/MIT)