# vue-orgchart **Repository Path**: Hawkc/vue-orgchart ## Basic Information - **Project Name**: vue-orgchart - **Description**: vue-orgchart组织架构图 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2023-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A Vue wrapper for OrgChart.js.
## Intro - First of all, thanks a lot for dabeng's great work -- [OrgChart.js](https://github.com/dabeng/OrgChart.js) - If you prefer the Vue.js Wrapper for Orgchart.js,you could try [my project](https://github.com/spiritree/vue-orgchart) ## Links - [Documentation](https://spiritree.github.io/vue-orgchart) ### Feature - Support import and export JSON - Supports exporting chart as a picture - draggable Orgchart - Editable Orgchart ... ## Install ```shell npm install vue-orgchart -S ``` ## Quick Start > In `main.js` `import 'vue-orgchart/dist/style.min.css'` > In `*.vue` ```javascript