# vue-tree-chart **Repository Path**: dove35/vue-tree-chart ## Basic Information - **Project Name**: vue-tree-chart - **Description**: flexible tree chart using Canvas and Svg, powered by D3.js - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## [English](./README.md) | [中文](./README-CN.md) ## Demo 页面 https://ssthouse.github.io/vue-tree-chart/#/svgTree ## Demo 动图 ![demo gif](https://raw.githubusercontent.com/ssthouse/organization-chart/master/screenshots/org-chart.gif) ## Vue Tree Chart (同时支持 Vue2 和 Vue3) 请参考: [vue-tree-chart](./docs/vue-tree-chart.md) ## Canvas Tree Chart 请参考: [canvas tree chart](./docs/canvas-tree-chart.md) ## 开始开发 ```bash npm install # serve with hot reload at localhost npm run dev # build for production with minification (build to ./docs folder, which can be auto servered by github page 🤓) npm run build ```