项目作者: mathink12

项目描述 :
JSON tree view for Vue
高级语言: JavaScript
项目地址: git://github.com/mathink12/json-tree.git
创建时间: 2020-11-18T14:05:01Z
项目社区:https://github.com/mathink12/json-tree

开源协议:MIT License

下载


json-tree-pro

JSON tree view for Vue.

Installation & Usage

  1. npm i json-tree-pro
  1. // main.js
  2. import Vue from 'vue'
  3. import JsonTree from 'json-tree-pro'
  4. import 'json-tree-pro/lib/JsonTree.css'
  5. Vue.component('JsonTree', JsonTree)
  1. <JsonTree :json-data="{ name: 'Tom', age: 7 }" ></JsonTree>

Demo & Docs

GitHub Gitee
Repository Repository
Demo & Docs Demo & Docs

demo

License

MIT