mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
docs: ✏️ 更新快速上手项目链接
This commit is contained in:
parent
c32fd945d3
commit
d86dd18b49
@ -90,7 +90,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](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 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(持续集成)的插件 |
|
||||
|
||||
@ -81,7 +81,7 @@ export default defineConfig({
|
||||
]
|
||||
},
|
||||
{ text: '🥤Buy Me a Coffee', link: '/en-US/reward/reward', activeMatch: '/reward/' },
|
||||
{ text: 'Quick Start Project', link: 'https://github.com/Moonofweisheng/wot-demo' },
|
||||
{ text: 'Quick Start Project', link: 'https://github.com/wot-ui/wot-starter' },
|
||||
{
|
||||
text: 'Ecosystem',
|
||||
items: [
|
||||
|
||||
@ -85,7 +85,7 @@ export default defineConfig({
|
||||
]
|
||||
},
|
||||
{ text: '🥤一杯咖啡', link: '/reward/reward', activeMatch: '/reward/' },
|
||||
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-demo' },
|
||||
{ text: '快速上手项目', link: 'https://github.com/wot-ui/wot-starter' },
|
||||
{
|
||||
text: '周边生态',
|
||||
items: [
|
||||
|
||||
@ -23,14 +23,14 @@ For more information, please refer to [create-uni](https://github.com/uni-helper
|
||||
|
||||
There are many excellent templates that have chosen Wot UI as their base component library. We've selected 3 templates to introduce here, and you can compare and choose for yourself.
|
||||
|
||||
### wot-demo
|
||||
### wot-starter
|
||||
|
||||
🍀 [wot-demo](https://github.com/Moonofweisheng/wot-demo) is a `uni-app` quick-start project based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) with deep integration of the `Wot UI` component library. It's maintained by the `Wot UI` team, saying goodbye to `HBuilderX` and embracing modern frontend development toolchains. If you're a loyal user of `Wot UI`, this template is perfect for you.
|
||||
🍀 [wot-starter](https://github.com/wot-ui/wot-starter) is a `uni-app` quick-start project based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) with deep integration of the `Wot UI` component library. It's maintained by the `Wot UI` team, saying goodbye to `HBuilderX` and embracing modern frontend development toolchains. If you're a loyal user of `Wot UI`, this template is perfect for you.
|
||||
|
||||
You can also combine it with the CLI section [create-uni](https://github.com/uni-helper/create-uni) to create a project. Open the terminal and use the following command:
|
||||
|
||||
```bash
|
||||
pnpm create uni <project-name> -t wot-demo
|
||||
pnpm create uni <project-name> -t wot-starter
|
||||
```
|
||||
|
||||
Open the project folder in VS Code:
|
||||
@ -67,7 +67,7 @@ If you're developing a `uni-app` template integrated with `Wot UI`, you can send
|
||||
|
||||
| Template | Stars | Description |
|
||||
|----------|-------|-------------|
|
||||
| [wot-demo](https://github.com/Moonofweisheng/wot-demo) |  | 🍀 A uni-app quick-start project based on vitesse-uni-app with deep integration of Wot UI component library, maintained by the `Wot UI` team, saying goodbye to `HBuilderX` and embracing modern frontend development toolchains. |
|
||||
| [wot-starter](https://github.com/wot-ui/wot-starter) |  | 🍀 A uni-app quick-start project based on vitesse-uni-app with deep integration of Wot UI component library, maintained by the `Wot UI` team, saying goodbye to `HBuilderX` and embracing modern frontend development toolchains. |
|
||||
| [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) |  | A cross-platform quick-start template powered by Vite & uni-app, backed by the Uni Helper team, saying goodbye to HBuilderX and embracing modern frontend development. |
|
||||
| [unibest](https://github.com/unibest-tech/unibest) |  | Uses the latest frontend technology stack, doesn't need to rely on `HBuilderX`, runs through command line, with built-in extensive basic functionality and auxiliary features, giving you the `best` experience when writing `uniapp`. |
|
||||
| [vite-uniapp-template](https://github.com/viarotel-org/vite-uniapp-template) |  | A practical-first uni-app starter template. |
|
||||
|
||||
@ -60,7 +60,7 @@ After donation, your nickname and message will be displayed in the [donation lis
|
||||
| --- | --- |
|
||||
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | A collection of excellent development resources for the multi-platform unified development framework uni-app |
|
||||
| [create-uni](https://github.com/uni-helper/create-uni) | Quickly create uni-app projects |
|
||||
| [wot-demo](https://github.com/Moonofweisheng/wot-demo) | A quick-start demo for wot-design-uni based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) |
|
||||
| [wot-starter](https://github.com/wot-ui/wot-starter) | A quick-start demo for wot-design-uni based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) |
|
||||
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | A uni-app retail industry template based on wot-design-uni |
|
||||
| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI code snippets |
|
||||
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | A plugin that supports CI (Continuous Integration) for uni-app mini program after build |
|
||||
|
||||
@ -190,11 +190,11 @@ After installing and configuring `Wot UI`, it supports automatic component impor
|
||||
|
||||
## Scaffolding
|
||||
|
||||
We provide a quick start project [wot-demo](https://github.com/Moonofweisheng/wot-demo), which integrates `Wot UI` and many excellent plugins, you can clone this project directly.
|
||||
We provide a quick start project [wot-starter](https://github.com/wot-ui/wot-starter), which integrates `Wot UI` and many excellent plugins, you can clone this project directly.
|
||||
|
||||
You can also use [create-uni](https://github.com/uni-helper/create-uni) to quickly create a starter project through the following command:
|
||||
|
||||
```bash
|
||||
pnpm create uni@latest -t wot-demo <your project name>
|
||||
pnpm create uni@latest -t wot-starter <your project name>
|
||||
```
|
||||
For more scaffolding and templates, see [CLI & Templates](./cli-templates.html).
|
||||
@ -23,14 +23,14 @@ pnpm create uni <你的项目名称> --ts -m pinia -u wot -e
|
||||
|
||||
有非常多的优秀模板选择了 Wot UI 作为基础组件库,我们选取其中的3个模板模板来介绍一番,大家可以自行对比、选择。
|
||||
|
||||
### wot-demo
|
||||
### wot-starter
|
||||
|
||||
🍀 [wot-demo](https://github.com/Moonofweisheng/wot-demo) 是一个基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 深度整合 `Wot UI` 组件库的 `uni-app` 快速起手项目。它由 `Wot UI` 团队维护,告别 `HBuilderX` ,拥抱现代前端开发工具链。如果你是 `Wot UI` 的忠实用户,那么这个模板非常适合你。
|
||||
🍀 [wot-starter](https://github.com/wot-ui/wot-starter) 是一个基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 深度整合 `Wot UI` 组件库的 `uni-app` 快速起手项目。它由 `Wot UI` 团队维护,告别 `HBuilderX` ,拥抱现代前端开发工具链。如果你是 `Wot UI` 的忠实用户,那么这个模板非常适合你。
|
||||
|
||||
也可以结合脚手架章节 [create-uni](https://github.com/uni-helper/create-uni) 来创建项目,打开终端,然后使用以下命令:
|
||||
|
||||
```bash
|
||||
pnpm create uni <project-name> -t wot-demo
|
||||
pnpm create uni <project-name> -t wot-starter
|
||||
```
|
||||
|
||||
在 VS Code 中打开项目文件夹:
|
||||
@ -69,7 +69,7 @@ pnpm dev
|
||||
|
||||
| 模板 | Stars | 描述 |
|
||||
|------|-------|-------------|
|
||||
| [wot-demo](https://github.com/Moonofweisheng/wot-demo) |  | 🍀 基于 vitesse-uni-app 深度整合 Wot UI 组件库的 uni-app 快速起手项目,它由 `Wot UI` 团队维护,告别 `HBuilderX` ,拥抱现代前端开发工具链。 |
|
||||
| [wot-starter](https://github.com/wot-ui/wot-starter) |  | 🍀 基于 vitesse-uni-app 深度整合 Wot UI 组件库的 uni-app 快速起手项目,它由 `Wot UI` 团队维护,告别 `HBuilderX` ,拥抱现代前端开发工具链。 |
|
||||
| [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) |  | 由 Vite & uni-app 驱动的跨端快速启动模板,背靠 Uni Helper 团队,告别 HBuilderX ,拥抱现代前端开发。 |
|
||||
| [unibest](https://github.com/unibest-tech/unibest) |  | 使用了最新的前端技术栈,无需依靠 `HBuilderX`,通过命令行方式运行,内置大量基础功能,提供大量辅助功能,让你编写 `uniapp` 拥有 `best` 体验。 |
|
||||
| [vite-uniapp-template](https://github.com/viarotel-org/vite-uniapp-template) |  | 以实用为先的 uni-app 起手模板。 |
|
||||
|
||||
@ -61,7 +61,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](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 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(持续集成)的插件 |
|
||||
|
||||
@ -190,12 +190,12 @@ cli 项目使用 `uni_modules` 安装无需配置,对 `Volar` 的支持自动
|
||||
|
||||
## 脚手架
|
||||
|
||||
我们提供了快速上手项目 [wot-demo](https://github.com/Moonofweisheng/wot-demo),它集成了 `Wot UI` 和众多优秀插件,你可以直接克隆该项目。
|
||||
我们提供了快速上手项目 [wot-starter](https://github.com/wot-ui/wot-starter),它集成了 `Wot UI` 和众多优秀插件,你可以直接克隆该项目。
|
||||
|
||||
你也可以使用[create-uni](https://github.com/uni-helper/create-uni),通过以下命令快速创建一个起手项目:
|
||||
|
||||
```bash
|
||||
pnpm create uni@latest -t wot-demo <你的项目名称>
|
||||
pnpm create uni@latest -t wot-starter <你的项目名称>
|
||||
```
|
||||
|
||||
更多脚手架与模板,请参见[脚手架与模板](./cli-templates.html)。
|
||||
@ -87,7 +87,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](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 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(持续集成)的插件 |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user