A vue wrapper for OrgChart.js
npm install vue-orgchart
A Vue wrapper for OrgChart.js.
- First of all, thanks a lot for dabeng's great work -- OrgChart.js
- If you prefer the Vue.js Wrapper for Orgchart.js,you could try my project
- Support import and export JSON
- Supports exporting chart as a picture
- draggable Orgchart
- Editable Orgchart
...
shell
npm install vue-orgchart -S
`
Quick Start
> In
main.jsimport 'vue-orgchart/dist/style.min.css'> In
*.vue`javascript
`
Development
` bash
install dependencies
npm installserve with hot reload at localhost:8999
npm run devunit test
npm run testbuild by rollup
npm run rollup
``MIT