An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



TDesign Logo



License


Version


Downloads

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

| [IE / Edge](http://godban.github.io/browsers-support-badges/) IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](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


Contribution Leaderboard

# 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.