Skip to content

Commit

Permalink
docs: add astro template link
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jan 12, 2023
1 parent 4b29358 commit 3a9b706
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-vant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ ReactDOM.render(<App />, mountNode);
- [Umi](https://github.com/3lang3/react-vant-template/tree/main/next/umijs)
- [Next.js](https://github.com/3lang3/react-vant-template/tree/main/next/nextjs)
- [Remix](https://github.com/3lang3/react-vant-template/tree/main/next/remix)
- [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
- [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)

For more information, please refer to [QuickStart](https://react-vant.3lang.dev/guide/quickstart).
Expand Down
1 change: 1 addition & 0 deletions packages/react-vant/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ ReactDOM.render(<App />, mountNode);
- [Umi](https://github.com/3lang3/react-vant-template/tree/main/next/umijs)
- [Next.js](https://github.com/3lang3/react-vant-template/tree/main/next/nextjs)
- [Remix](https://github.com/3lang3/react-vant-template/tree/main/next/remix)
- [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
- [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)

更多信息请参考[快速开始](https://react-vant.3lang.dev/guide/quickstart).
Expand Down
5 changes: 5 additions & 0 deletions packages/react-vant/docs/guide/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ import { Button } from 'react-vant';

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

#### 在 astro 使用

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


#### vite 集成

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

0 comments on commit 3a9b706

Please sign in to comment.