Skip to content

Commit 3a9b706

Browse files
committed
docs: add astro template link
1 parent 4b29358 commit 3a9b706

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

packages/react-vant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ReactDOM.render(<App />, mountNode);
9393
- [Umi](https://github.com/3lang3/react-vant-template/tree/main/next/umijs)
9494
- [Next.js](https://github.com/3lang3/react-vant-template/tree/main/next/nextjs)
9595
- [Remix](https://github.com/3lang3/react-vant-template/tree/main/next/remix)
96+
- [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
9697
- [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)
9798

9899
For more information, please refer to [QuickStart](https://react-vant.3lang.dev/guide/quickstart).

packages/react-vant/README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ ReactDOM.render(<App />, mountNode);
106106
- [Umi](https://github.com/3lang3/react-vant-template/tree/main/next/umijs)
107107
- [Next.js](https://github.com/3lang3/react-vant-template/tree/main/next/nextjs)
108108
- [Remix](https://github.com/3lang3/react-vant-template/tree/main/next/remix)
109+
- [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
109110
- [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)
110111

111112
更多信息请参考[快速开始](https://react-vant.3lang.dev/guide/quickstart).

packages/react-vant/docs/guide/quickstart.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ import { Button } from 'react-vant';
4040

4141
参考[react-vant-remix](https://github.com/3lang3/react-vant-template/tree/main/next/remix)
4242

43+
#### 在 astro 使用
44+
45+
参考[react-vant-astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
46+
47+
4348
#### vite 集成
4449

4550
参考[react-vant-vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)

0 commit comments

Comments
 (0)