{"id":19965583,"url":"https://github.com/tencent/tdesign-mobile-vue","last_synced_at":"2025-10-19T17:10:55.380Z","repository":{"id":36955895,"uuid":"439279367","full_name":"Tencent/tdesign-mobile-vue","owner":"Tencent","description":"A Vue3.x Mobile UI components lib for TDesign.","archived":false,"fork":false,"pushed_at":"2025-05-09T10:46:52.000Z","size":9176,"stargazers_count":341,"open_issues_count":78,"forks_count":176,"subscribers_count":15,"default_branch":"develop","last_synced_at":"2025-05-12T07:50:53.307Z","etag":null,"topics":["tdesign","typescript","vue3"],"latest_commit_sha":null,"homepage":"https://tdesign.tencent.com/mobile-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.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-12-17T09:32:48.000Z","updated_at":"2025-05-11T08:57:09.000Z","dependencies_parsed_at":"2023-11-15T09:29:55.825Z","dependency_job_id":"d62d1e69-c68e-464a-b2e2-4ddde9327628","html_url":"https://github.com/Tencent/tdesign-mobile-vue","commit_stats":{"total_commits":2246,"total_committers":131,"mean_commits":17.14503816793893,"dds":0.8334817453250223,"last_synced_commit":"58c89ae248cff3def1c1851daf536acc156aaa47"},"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-mobile-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-mobile-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-mobile-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftdesign-mobile-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/tdesign-mobile-vue/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253700520,"owners_count":21949691,"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":["tdesign","typescript","vue3"],"created_at":"2024-11-13T02:29:39.203Z","updated_at":"2025-10-19T17:10:55.373Z","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-mobile-vue/blob/develop/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/tdesign-mobile-vue.svg?sanitize=true\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tdesign-mobile-vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/tdesign-mobile-vue.svg?sanitize=true\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tdesign-mobile-vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dw/tdesign-mobile-vue\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nEnglish | [简体中文](./README-zh_CN.md)\n\nTDesign Mobile Vue is a UI component library for Vue 3 and mobile web application.\n\n# 🎉 Features\n\n- Mobile web application interaction\n- High quality UI components for Vue 3.x\n- Consistent API and UI with TDesign component libraries for other frameworks\n- Dark mode and customizable theme\n- Support tree-shaking\n\n# 📦 Installation\n\n```bash\nnpm i tdesign-mobile-vue\n```\n\n# 🔨 Usage\n\nWe recommend using build tools like Webpack or Rollup that support tree-shaking. No extra setup is needed for on-demand component loading.\n\n```js\nimport { createApp } from 'vue';\nimport TDesign from 'tdesign-mobile-vue';\n\nconst app = createApp(App);\napp.use(TDesign);\n```\n\n# Browser Support\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/)\u003c/br\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/)\u003c/br\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/)\u003c/br\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/)\u003c/br\u003eSafari |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Edge \u003e=97                                                                                                                                                                                                        | Firefox \u003e=96                                                                                                                                                                                                      | Chrome \u003e=96                                                                                                                                                                                                   | Safari \u003e=14.1                                                                                                                                                                                                 |\n\n# Contributing\n\nContributing is welcome. Read [guidelines for contributing](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/CONTRIBUTING.md) before submitting your [Pull Request](https://github.com/Tencent/tdesign-mobile-vue/pulls).\n\n## Contributors\n\n\u003ca href=\"https://openomy.app/github/tencent/tdesign-mobile-vue\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://openomy.app/svg?repo=tencent/tdesign-mobile-vue\u0026chart=bubble\u0026latestMonth=12\" alt=\"Contribution Leaderboard\" /\u003e\n\u003c/a\u003e\n\n# Feedback\n\nCreate your [Github issues](https://github.com/Tencent/tdesign-mobile-vue/issues) or scan the QR code below to join our user groups\n\n\u003cimg src=\"https://raw.githubusercontent.com/Tencent/tdesign/main/packages/site-components/src/images/groups/vue3-group.png\" width=\"200\" /\u003e\n\n# License\n\nThe MIT License. Please see [the license file](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftdesign-mobile-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencent%2Ftdesign-mobile-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftdesign-mobile-vue/lists"}