{"id":14973680,"url":"https://github.com/tencent/tdesign-vue","last_synced_at":"2025-05-13T21:06:09.590Z","repository":{"id":36961976,"uuid":"425765784","full_name":"Tencent/tdesign-vue","owner":"Tencent","description":"A Vue.js UI components lib for TDesign.","archived":false,"fork":false,"pushed_at":"2025-05-13T09:20:44.000Z","size":40783,"stargazers_count":960,"open_issues_count":269,"forks_count":369,"subscribers_count":21,"default_branch":"develop","last_synced_at":"2025-05-13T09:27:19.389Z","etag":null,"topics":["less","pc","tdesign","tyepscript","vue2"],"latest_commit_sha":null,"homepage":"https://tdesign.tencent.com/vue","language":"TypeScript","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/Tencent.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-08T09:02:24.000Z","updated_at":"2025-05-13T08:10:58.000Z","dependencies_parsed_at":"2023-09-22T22:39:07.626Z","dependency_job_id":"3931abb4-f585-4130-97a0-230bbf25d7fa","html_url":"https://github.com/Tencent/tdesign-vue","commit_stats":{"total_commits":4010,"total_committers":248,"mean_commits":"16.169354838709676","dds":0.8718204488778055,"last_synced_commit":"8962729da64a8796a8407646861e8c7cf5036ba3"},"previous_names":[],"tags_count":143,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/tdesign-vue/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254028704,"owners_count":22002277,"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":["less","pc","tdesign","tyepscript","vue2"],"created_at":"2024-09-24T13:49:13.461Z","updated_at":"2025-05-13T21:06:04.581Z","avatar_url":"https://github.com/Tencent.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://tdesign.tencent.com/\" target=\"_blank\"\u003e\n    \u003cimg alt=\"TDesign Logo\" width=\"200\" src=\"https://tdesign.gtimg.com/site/TDesign.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Tencent/tdesign-vue/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/tdesign-vue.svg?sanitize=true\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://app.codecov.io/gh/Tencent/tdesign-vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/github/Tencent/tdesign-vue/develop.svg?style=flat-square\" alt=\"codecov\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tdesign-vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/tdesign-vue.svg?sanitize=true\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tdesign-vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/tdesign-vue\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n简体中文 | [English](./README.md) \n\nTDesign 适配桌面端的组件库，适合在 Vue 2.x 技术栈项目中使用。\n\n# 🎉 特性\n\n- 适配桌面端交互\n- 基于 Vue 2.0 (Vue2.6.x及以下)\n- 与其他框架实现版本（React/Angular 等） API、UI 保持一致\n- 支持暗黑模式及其他主题定制\n- 支持按需加载\n\n# 📦 安装\n\n```shell\nnpm i tdesign-vue\n```\n\n# 🔨 基础使用\n\n\n```js\nimport Vue from 'vue';\nimport TDesign from 'tdesign-vue';\n// 引入组件库全局样式资源\nimport 'tdesign-vue/es/style/index.css';\n\nVue.use(TDesign);\n```\n\nnpm package 中提供了多种构建产物，可以阅读 [这里](https://github.com/Tencent/tdesign/blob/main/docs/develop-install.md) 了解不同目录下产物的差别。\n\n# 快速体验\n\n可以访问官方提供的 [TDesign Starter](https://tdesign.tencent.com/starter/vue/) 项目体验使用 TDesign 组件快速搭建业务系统。\n\n# 浏览器兼容性\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003e IE / Edge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eSafari |\n| --- | --- | --- | --- |\n| Edge \u003e=91 | Firefox \u003e=83 | Chrome \u003e=91 | Safari \u003e=14.1 |\n\n\n详情参见[桌面端组件库浏览器兼容性说明](https://github.com/Tencent/tdesign/wiki/Browser-Compatibility)\n\n# 其他技术栈实现\n\n- 桌面端 Vue 3 实现：[web-vue-next](https://github.com/Tencent/tdesign-vue-next)\n- 桌面端 React 实现： [web-react](https://github.com/Tencent/tdesign-react)\n- 移动端小程序实现： [小程序](https://github.com/Tencent/tdesign-miniprogram)\n\n# 参与贡献\n\nTDesign 欢迎任何愿意参与贡献的参与者。如果需要本地运行代码或参与贡献，请先阅读[参与贡献](https://github.com/Tencent/tdesign-vue/blob/develop/CONTRIBUTING.md)。\n\n## 贡献成员\n\n\u003ca href=\"https://github.com/tencent/tdesign-vue/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=tencent/tdesign-vue\" /\u003e\n\u003c/a\u003e\n\n# 反馈\n\n有任何问题，建议通过 [Github issues](https://github.com/Tencent/tdesign-vue/issues) 反馈或扫码加入用户微信群。\n\n\u003cimg src=\"https://raw.githubusercontent.com/Tencent/tdesign/main/packages/components/src/images/groups/vue2-group.png\" width=\"200\" /\u003e\n\n# 开源协议\n\nTDesign 遵循 [MIT 协议](https://github.com/Tencent/tdesign-vue/blob/main/LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftdesign-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencent%2Ftdesign-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftdesign-vue/lists"}