{"id":13769171,"url":"https://spiritree.github.io/vue-orgchart/","last_synced_at":"2025-05-11T01:31:42.505Z","repository":{"id":57395741,"uuid":"112171280","full_name":"spiritree/vue-orgchart","owner":"spiritree","description":":herb: Vue.js wrapper for OrgChart.js","archived":true,"fork":false,"pushed_at":"2018-06-15T02:29:58.000Z","size":312,"stargazers_count":176,"open_issues_count":20,"forks_count":65,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-09T04:01:45.662Z","etag":null,"topics":["chart","orgchart","vue","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"https://spiritree.github.io/vue-orgchart","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spiritree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-27T08:51:45.000Z","updated_at":"2025-02-28T03:02:37.000Z","dependencies_parsed_at":"2022-09-09T16:52:10.983Z","dependency_job_id":null,"html_url":"https://github.com/spiritree/vue-orgchart","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritree%2Fvue-orgchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritree%2Fvue-orgchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritree%2Fvue-orgchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiritree%2Fvue-orgchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spiritree","download_url":"https://codeload.github.com/spiritree/vue-orgchart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253504549,"owners_count":21918829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chart","orgchart","vue","vuejs","vuejs2"],"created_at":"2024-08-03T17:00:18.484Z","updated_at":"2025-05-11T01:31:42.157Z","avatar_url":"https://github.com/spiritree.png","language":"JavaScript","funding_links":[],"categories":["Showcase"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://spiritree.github.io/vue-orgchart\"\u003e\n    \u003cimg src=\"/assets/vue-orgchart.jpg\" alt=\"vue-orgchart logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA Vue wrapper for OrgChart.js.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/spiritree/vue-orgchart\"\u003e\u003cimg alt=\"Travis Status\" src=\"https://img.shields.io/travis/spiritree/vue-orgchart/master.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-orgchart\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/vue-orgchart.svg?style=flat-square\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\n## Intro\n\n- First of all, thanks a lot for dabeng's great work -- [OrgChart.js](https://github.com/dabeng/OrgChart.js)\n- If you prefer the Vue.js Wrapper for Orgchart.js,you could try [my project](https://github.com/spiritree/vue-orgchart)\n\n## Links\n\n- [Documentation](https://spiritree.github.io/vue-orgchart)\n\n### Feature\n\n- Support import and export JSON\n- Supports exporting chart as a picture\n- draggable Orgchart\n- Editable Orgchart\n\n...\n## Install\n```shell\nnpm install vue-orgchart -S\n```\n## Quick Start\n\n\u003e In `main.js`\n\n`import 'vue-orgchart/dist/style.min.css'`\n\n\u003e In `*.vue`\n\n```javascript\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cvo-basic :data=\"chartData\"\u003e\u003c/vo-basic\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport { VoBasic } from 'vue-orgchart'\nexport default {\n  components: { VoBasic }\n  created () {\n    this.chartData = {\n      name: 'JavaScript',\n        children: [\n          { name: 'Angular' },\n          {\n            name: 'React',\n            children: [{ name: 'Preact' }]\n          },\n          {\n            name: 'Vue',\n            children: [{ name: 'Moon' }]\n          }\n        ]\n    }\n}\n\u003c/script\u003e\n```\n## Development\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8999\nnpm run dev\n\n# unit test\nnpm run test\n\n# build by rollup\nnpm run rollup\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/spiritree.github.io%2Fvue-orgchart%2F","html_url":"https://awesome.ecosyste.ms/projects/spiritree.github.io%2Fvue-orgchart%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/spiritree.github.io%2Fvue-orgchart%2F/lists"}