Skip to content

Commit 92aa1ef

Browse files
docs: ✏️ 增加create-uni创建快速上手项目的介绍
1 parent 42117e0 commit 92aa1ef

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.github/workflows/issue-reply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
body: |
2929
你好,@${{ github.event.issue.user.login }}。
3030
31-
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) 并添加相关复现逻辑来提供。
31+
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 [create-uni](https://github.com/uni-helper/create-uni) 快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。
3232
- name: help wanted
3333
if: github.event.label.name == 'help wanted'
3434
uses: actions-cool/issues-helper@v3

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
</p>
4343

4444
<p align="center">
45-
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>&nbsp;
46-
🚀 <a href="https://wot-design-uni.cn">文档网站 (Vercel)</a>&nbsp;
45+
🚀 <a href="https://wot-design-uni.cn">文档网站 (推荐)</a>&nbsp;
46+
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站(cloudflare)</a>&nbsp;
4747
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>&nbsp;
4848
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
4949
</p>
@@ -91,6 +91,7 @@
9191
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
9292
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 |
9393
| [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 |
94+
| [wot-demo](https://github.com/Moonofweisheng/wot-demo) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的wot-design-uni快速起手demo |
9495
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
9596
| [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 |
9697
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 |

docs/guide/quick-use.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,13 @@ cli项目使用`uni_modules`安装无需配置,对`Volar`的支持自动生效
146146
``` html
147147
<wd-toast></wd-toast>
148148
```
149+
150+
151+
## 脚手架
152+
我们提供了快速上手项目[wot-demo](https://github.com/Moonofweisheng/wot-demo),它集成了`Wot Design Uni`和众多优秀插件,你可以直接克隆该项目。
153+
154+
你也可以使用[create-uni](https://github.com/uni-helper/create-uni),通过以下命令快速创建一个起手项目:
155+
```bash
156+
pnpm create uni@latest <你的项目名称> -t wot
157+
```
158+

src/uni_modules/wot-design-uni/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</p>
4545

4646
<p align="center">
47-
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>&nbsp;
48-
🚀 <a href="https://wot-design-uni.cn">文档网站 (Vercel)</a>&nbsp;
47+
🚀 <a href="https://wot-design-uni.cn">文档网站 (推荐)</a>&nbsp;
48+
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (cloudflare)</a>&nbsp;
4949
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>&nbsp;
5050
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
5151
</p>

0 commit comments

Comments
 (0)