shop-wx/doc/wot-design-uni/docs/guide/introduction.md

90 lines
5.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 介绍
`wot-design-uni`组件库基于`vue3`+`Typescript`构建,参照`wot design`的设计规范进行开发,提供 70+高质量组件,支持暗黑模式、国际化和自定义主题,旨在给开发者提供统一的 UI 交互,同时提高研发的开发效率。
## 快速上手
请查看[快速上手](/guide/quick-use.html)文档。
## 扫码体验
<div style="display:flex;gap:24px">
<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="WxQrcode" />
<div style="text-align: center;">微信扫码</div>
</div>
<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="AlipayQrcode" />
<div style="text-align: center;">支付宝扫码</div>
</div>
<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="H5Qrcode" />
<div style="text-align: center;">浏览器扫码</div>
</div>
<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="AndroidQrcode" />
<div style="text-align: center;">浏览器扫码</div>
</div>
</div>
## ✨ 特性
- 🎯 多平台覆盖,支持 微信小程序、支付宝小程序、钉钉小程序、H5、APP 等.
- 🚀 70+ 个高质量组件,覆盖移动端主流场景.
- 💪 使用 Typescript 构建,提供良好的组件类型系统.
- 🌍 支持国际化,内置 15 种语言包.
- 📖 提供丰富的文档和组件示例.
- 🎨 支持修改 CSS 变量实现主题定制.
- 🍭 支持暗黑模式
## 链接
- [更新日志](/guide/changelog)
- [常见问题](/guide/common-problems)
- [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
- [互助交流群](/guide/join-group.html)
- [优秀案例](/guide/cases)
## 赞助我们
如果您认为 Wot UI 帮助到了您的开发工作,您可以选择[赞助](/reward/reward.html)我们,赞助无门槛,哪怕是一杯柠檬水也好。
捐赠后您的昵称、留言等将会展示在[捐赠榜单](/reward/donor.html)中。
## 生态推荐
| 项目 | 描述 |
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 |
| [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 |
| [wot-starter](https://github.com/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 |
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode 代码提示插件 |
| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI 代码块提示 |
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI持续集成的插件 |
| [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 |
| [unibest](https://github.com/unibest-tech/unibest) | 基于 wot-design-uni 的 uni-app 模板 |
| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 |
| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 |
## 鸣谢
- [wot-design](https://github.com/jd-ftf/wot-design-mini) - 感谢 wot-design 团队多年来的不断维护,让 wot-design-uni 能够站在巨人的肩膀上。
- [uni-helper](https://github.com/uni-helper) - 感谢 uni-helper 团队提供的 uni-app 工具库,让 wot-design-uni 能够更方便地使用。
- [捐赠者](https://wot-ui.cn/reward/donor.html) - 感谢所有捐赠者,是你们的捐赠让 wot-design-uni 能够更好地发展。
## 开源协议
本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。
<script setup>
import WxQrcode from '/wx.jpg'
import AlipayQrcode from '/alipay.png'
import H5Qrcode from '/h5.png'
import AndroidQrcode from '/android.png'
</script>