{"id":13458491,"url":"https://github.com/DataV-Team/DataV","last_synced_at":"2025-03-24T15:31:25.154Z","repository":{"id":37724030,"uuid":"160466659","full_name":"DataV-Team/DataV","owner":"DataV-Team","description":"Vue数据可视化组件库（类似阿里DataV，大屏数据展示），提供SVG的边框及装饰、图表、水位图、飞线图等组件，简单易用，长期更新(React版已发布)","archived":false,"fork":false,"pushed_at":"2024-06-14T06:06:34.000Z","size":3158,"stargazers_count":9237,"open_issues_count":214,"forks_count":1805,"subscribers_count":170,"default_branch":"master","last_synced_at":"2025-03-23T05:32:20.895Z","etag":null,"topics":["bi","datav","svg","vue"],"latest_commit_sha":null,"homepage":"http://datav.jiaminghi.com","language":"Vue","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/DataV-Team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-05T05:38:51.000Z","updated_at":"2025-03-21T17:46:07.000Z","dependencies_parsed_at":"2024-02-23T13:14:31.242Z","dependency_job_id":"97a4c13b-88d2-4372-bfc1-4338c53c9f9b","html_url":"https://github.com/DataV-Team/DataV","commit_stats":{"total_commits":464,"total_committers":14,"mean_commits":"33.142857142857146","dds":0.08620689655172409,"last_synced_commit":"417ade755ceba9a30031e6d5fddac5e6bcbcd44a"},"previous_names":["jiaming743/datav","datav-team/datav"],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataV-Team%2FDataV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataV-Team%2FDataV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataV-Team%2FDataV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataV-Team%2FDataV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataV-Team","download_url":"https://codeload.github.com/DataV-Team/DataV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245298040,"owners_count":20592523,"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":["bi","datav","svg","vue"],"created_at":"2024-07-31T09:00:53.082Z","updated_at":"2025-03-24T15:31:20.133Z","avatar_url":"https://github.com/DataV-Team.png","language":"Vue","readme":"[ENGLISH](./README_EN.md)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./icon.png\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eDataV\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/DataV-Team/datav/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/DataV-Team/datav.svg\" alt=\"LICENSE\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@jiaminghi/data-view\"\u003e\n      \u003cimg src=\"https://img.shields.io/npm/v/@jiaminghi/data-view.svg\" alt=\"LICENSE\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## DataV是干什么的?\n\n* DataV是一个基于**Vue**的数据可视化组件库（当然也有[React版本](https://github.com/DataV-Team/DataV-React)）\n* 提供用于提升页面视觉效果的**SVG**边框和装饰\n* 提供常用的**图表**如折线图等\n* 飞线图/轮播表等其他组件\n\n### npm安装\n\n```shell\n$ npm install @jiaminghi/data-view\n```\n\n### 使用\n\n```js\nimport Vue from 'vue'\nimport DataV from '@jiaminghi/data-view'\n\nVue.use(DataV)\n\n// 按需引入\nimport { borderBox1 } from '@jiaminghi/data-view'\nVue.use(borderBox1)\n```\n\n详细文档及示例请移步[HomePage](http://datav.jiaminghi.com).\n\n### UMD版\n\n`UMD`版可直接使用`script`标签引入，`UMD`版文件位于项目`dist`目录下，引入后将自动把所有组件注册为**Vue全局组件**，引入`DataV`前请确保已引入`Vue`。\n\n[UMD版使用示例](./umdExample.html)\n\n### TODO\n\n* **地图组件**\n* **TS**重构组件库底层依赖\n\n### 致谢\n\n组件库的开发基于个人学习和兴趣，由于技术水平及经验的限制，组件尚有许多不完善之处，如有BUG可及时提交[issue](https://github.com/DataV-Team/DataV/issues/new?template=bug_report.md)或添加反馈群进行反馈，也欢迎提供指正和建议，感谢各位的支持。\n\n### 反馈\n![Feedback](./QQGroup.png)\n\n### Demo\n\nDemo页面使用了全屏组件，请F11全屏后查看。\n\n* [施工养护综合数据](http://datav.jiaminghi.com/demo/construction-data/index.html)\n\n![construction-data](./demoImg/construction-data.jpg)\n\n* [机电运维管理台](http://datav.jiaminghi.com/demo/manage-desk/index.html)\n\n![manage-desk](./demoImg/manage-desk.jpg)\n\n* [机电设备电子档案](http://datav.jiaminghi.com/demo/electronic-file/index.html)\n\n![electronic-file](./demoImg/electronic-file.jpg)\n","funding_links":[],"categories":["Vue","前端开发框架及项目","Vue (45)","Application Recommendation","Uncategorized"],"sub_categories":["其他_文本生成、文本对话","📊 Data Analysis","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataV-Team%2FDataV","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDataV-Team%2FDataV","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataV-Team%2FDataV/lists"}