mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
12 lines
124 B
Markdown
12 lines
124 B
Markdown
# 快速上手
|
|
|
|
### 安装
|
|
|
|
```bash
|
|
# 通过 npm 安装
|
|
npm i <%= name %> -S
|
|
|
|
# 通过 yarn 安装
|
|
yarn add <%= name %>
|
|
```
|