Home

Awesome

<p align="center"> <a href="https://tdesign.tencent.com/" target="_blank"> <img alt="TDesign Logo" width="200" src="https://tdesign.gtimg.com/site/TDesign.png"> </a> </p> <p align="center"> <a href="https://github.com/Tencent/tdesign-mobile-vue/blob/develop/LICENSE"> <img src="https://img.shields.io/npm/l/tdesign-mobile-vue.svg?sanitize=true" alt="License"> </a> <a href="https://www.npmjs.com/package/tdesign-mobile-vue"> <img src="https://img.shields.io/npm/v/tdesign-mobile-vue.svg?sanitize=true" alt="Version"> </a> <a href="https://www.npmjs.com/package/tdesign-mobile-vue"> <img src="https://img.shields.io/npm/dw/tdesign-mobile-vue" alt="Downloads"> </a> </p>

TDesign 适配移动端的组件库,适合在 vue 3 技术栈项目中使用。

🎉 特性

安装

npm i tdesign-mobile-vue

基础使用

推荐使用 Webpack 或 Rollup 等支持 tree-shaking 特性的构建工具,无需额外配置即可实现组件按需引入:

import { createApp } from 'vue';
import TDesign from 'tdesign-mobile-vue';

const app = createApp(App);
app.use(TDesign);

浏览器兼容性

<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" /></br> IE / Edge<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" /></br>Firefox<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" /></br>Chrome<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" /></br>Safari
Edge >=97Firefox >=96Chrome >=96Safari >=14.1

贡献成员

<a href="https://github.com/tencent/tdesign-mobile-vue/graphs/contributors"> <img src="https://contrib.rocks/image?repo=tencent/tdesign-mobile-vue" /> </a>

参与贡献

TDesign 欢迎任何愿意参与贡献的参与者。如果需要本地运行代码或参与贡献,请先阅读参与贡献

反馈

有任何问题,建议通过 Github issues 反馈或扫码加入用户微信群。

<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/components/src/images/groups/vue3-group.png" width="200" />

开源协议

TDesign 遵循 MIT 协议