docs: add Rsbuild scaffold guide (#12475)

This commit is contained in:
neverland
2023-11-27 10:46:21 +08:00
committed by GitHub
parent 9d219a535f
commit 17a65c1471
6 changed files with 84 additions and 0 deletions
+14
View File
@@ -66,6 +66,20 @@ pnpm add vant
bun add vant
```
## Scaffold
It is recommended to use [Rsbuild](https://github.com/web-infra-dev/rsbuild) to create a scaffold project.
Rsbuild is a build tool based on Rspack, developed by the author of Vant, with first-class build speed and development experience, providing first-priority support for Vant.
You can create a Rsbuild project with the following command:
```bash
npm create rsbuild@latest
```
Please visit the [Rsbuild repository](https://github.com/web-infra-dev/rsbuild) for more information.
## Quickstart
```js