Skip to content

Commit

Permalink
docs: ✏️ 增加create-uni创建快速上手项目的介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonofweisheng committed Nov 1, 2024
1 parent 42117e0 commit 92aa1ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
body: |
你好,@${{ github.event.issue.user.login }}。
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) 并添加相关复现逻辑来提供。
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 [create-uni](https://github.com/uni-helper/create-uni) 快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。
- name: help wanted
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v3
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</p>

<p align="center">
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>&nbsp;
🚀 <a href="https://wot-design-uni.cn">文档网站 (Vercel)</a>&nbsp;
🚀 <a href="https://wot-design-uni.cn">文档网站 (推荐)</a>&nbsp;
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站(cloudflare)</a>&nbsp;
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>&nbsp;
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
</p>
Expand Down Expand Up @@ -91,6 +91,7 @@
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [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-demo](https://github.com/Moonofweisheng/wot-demo) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的wot-design-uni快速起手demo |
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
| [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 |
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 |
Expand Down
10 changes: 10 additions & 0 deletions docs/guide/quick-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,13 @@ cli项目使用`uni_modules`安装无需配置,对`Volar`的支持自动生效
``` html
<wd-toast></wd-toast>
```


## 脚手架
我们提供了快速上手项目[wot-demo](https://github.com/Moonofweisheng/wot-demo),它集成了`Wot Design Uni`和众多优秀插件,你可以直接克隆该项目。

你也可以使用[create-uni](https://github.com/uni-helper/create-uni),通过以下命令快速创建一个起手项目:
```bash
pnpm create uni@latest <你的项目名称> -t wot
```

4 changes: 2 additions & 2 deletions src/uni_modules/wot-design-uni/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</p>

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

0 comments on commit 92aa1ef

Please sign in to comment.