https://github.com/tencent/tdesign-mobile-vue
A Vue3.x Mobile UI components lib for TDesign.
https://github.com/tencent/tdesign-mobile-vue
tdesign typescript vue3
Last synced: 8 months ago
JSON representation
A Vue3.x Mobile UI components lib for TDesign.
- Host: GitHub
- URL: https://github.com/tencent/tdesign-mobile-vue
- Owner: Tencent
- License: mit
- Created: 2021-12-17T09:32:48.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-09T10:46:52.000Z (about 1 year ago)
- Last Synced: 2025-05-12T07:50:53.307Z (about 1 year ago)
- Topics: tdesign, typescript, vue3
- Language: TypeScript
- Homepage: https://tdesign.tencent.com/mobile-vue
- Size: 8.75 MB
- Stars: 341
- Watchers: 15
- Forks: 176
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
English | [įŽäŊ䏿](./README-zh_CN.md)
TDesign Mobile Vue is a UI component library for Vue 3 and mobile web application.
# đ Features
- Mobile web application interaction
- High quality UI components for Vue 3.x
- Consistent API and UI with TDesign component libraries for other frameworks
- Dark mode and customizable theme
- Support tree-shaking
# đĻ Installation
```bash
npm i tdesign-mobile-vue
```
# đ¨ Usage
We recommend using build tools like Webpack or Rollup that support tree-shaking. No extra setup is needed for on-demand component loading.
```js
import { createApp } from 'vue';
import TDesign from 'tdesign-mobile-vue';
const app = createApp(App);
app.use(TDesign);
```
# Browser Support
| [
](http://godban.github.io/browsers-support-badges/) IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Edge >=97 | Firefox >=96 | Chrome >=96 | Safari >=14.1 |
# Contributing
Contributing 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).
## Contributors
# Feedback
Create your [Github issues](https://github.com/Tencent/tdesign-mobile-vue/issues) or scan the QR code below to join our user groups

# License
The MIT License. Please see [the license file](./LICENSE) for more information.