A Vue3.x Mobile UI components lib for TDesign.
Go to file
Y. 067f0c2c48
chore: publish v1.5.0 (#1625)
* chore: publish v1.5.0

* chore: update _common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-18 17:04:33 +08:00
.github chore: update pr-comment-ci (#1580) 2024-09-11 15:43:53 +08:00
.husky chore: update prepare-commit-msg (#1489) 2024-07-11 11:23:52 +08:00
helper feat: 编辑器代码提示 (#998) 2023-08-03 11:37:24 +08:00
scripts chore: export plugin css file (#1616) 2024-10-12 02:14:20 +08:00
site chore: add alias configuration (#1587) 2024-09-13 15:33:27 +08:00
src chore: publish v1.5.0 (#1625) 2024-10-18 17:04:33 +08:00
test feat: merge dev 2022-08-17 09:15:45 +08:00
.browserslistrc build: add rollup to pack it all 2020-06-22 10:11:27 +08:00
.editorconfig refactor: use export instead of export default for tree-shaking 2020-06-23 17:37:17 +08:00
.env.preview feat: 迁移 md & 优化细节 2021-12-28 13:52:17 +08:00
.eslintignore chore: support build:tsc-cjs (#1496) 2024-07-11 20:40:26 +08:00
.eslintrc feat(Toast): support attach props for ToastPlugin (#1555) 2024-08-29 20:49:57 +08:00
.gitignore chore: support build:tsc-cjs (#1496) 2024-07-11 20:40:26 +08:00
.gitmodules feat: 恢复gitmodules 2022-05-20 14:09:55 +08:00
.postcssrc.js docs: 处理文档无法定位图片依赖的问题 2020-07-22 14:26:47 +08:00
.prettierrc chore: 调整eslint & prettier 2021-12-06 17:15:24 +08:00
babel.config.js feat(tag): tag该用jsx编写 (#1270) 2024-04-11 10:42:16 +08:00
cache.dockerfile docs: init 2021-12-06 23:41:36 +08:00
CHANGELOG.md chore: publish v1.5.0 (#1625) 2024-10-18 17:04:33 +08:00
commitlint.config.js chore: add commit rule 2020-05-15 10:42:16 +08:00
CONTRIBUTING.md chore: update CONTRIBUTING.md (#1196) 2024-01-15 10:24:06 +08:00
globals.d.ts feat(checkbox): new checkbox (#519) 2023-03-28 15:05:38 +08:00
LICENSE docs: readme optimize 2021-12-10 11:01:40 +08:00
modules.d.ts fix: indexes type error 2021-12-24 00:23:15 +08:00
package.json chore: publish v1.5.0 (#1625) 2024-10-18 17:04:33 +08:00
README.md chore: update README.md (#1373) 2024-04-30 16:10:21 +08:00
tsconfig.build.json chore: support build:tsc-cjs (#1496) 2024-07-11 20:40:26 +08:00
tsconfig.json chore: add alias configuration (#1587) 2024-09-13 15:33:27 +08:00
vitest.config.mjs chore: snapshot update (#1403) 2024-05-23 10:33:33 +08:00

TDesign Logo

License Version Downloads

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

🎉 特性

  • 适配移动端交互
  • 基于 Vue3,并使用 Vite 2.x 开发构建
  • 对接前端组件语言规范
  • 与其他框架(React Mobile、小程序) API、UI 保持一致
  • 支持按需加载

安装

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);

浏览器兼容性

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=97 Firefox >=96 Chrome >=96 Safari >=14.1

贡献成员

参与贡献

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

反馈

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

开源协议

TDesign 遵循 MIT 协议