mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: install with pnpm (#9850)
This commit is contained in:
parent
c65e336bf6
commit
b163d87064
14
README.md
14
README.md
@ -42,11 +42,17 @@
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Vant 2 for Vue 2 project
|
# install Vant 2 for Vue 2 project
|
||||||
npm i vant -S
|
npm i vant@2
|
||||||
|
|
||||||
# Install Vant 3 for Vue 3 project
|
# install Vant 3 for Vue 3 project
|
||||||
npm i vant@next -S
|
npm i vant@3
|
||||||
|
|
||||||
|
# with yarn
|
||||||
|
yarn add vant@3
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add vant@3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
@ -46,11 +46,17 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源
|
|||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Vue 2 项目,安装 Vant 2:
|
# Vue 2 项目,安装 Vant 2
|
||||||
npm i vant -S
|
npm i vant@2
|
||||||
|
|
||||||
# Vue 3 项目,安装 Vant 3:
|
# Vue 3 项目,安装 Vant 3
|
||||||
npm i vant@next -S
|
npm i vant@3
|
||||||
|
|
||||||
|
# 通过 yarn 安装
|
||||||
|
yarn add vant@3
|
||||||
|
|
||||||
|
# 通过 pnpm 安装
|
||||||
|
pnpm add vant@3
|
||||||
```
|
```
|
||||||
|
|
||||||
## 快速上手
|
## 快速上手
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 通过 npm 安装
|
# 通过 npm
|
||||||
npm i <%= name %> -S
|
npm i <%= name %>
|
||||||
|
|
||||||
# 通过 yarn 安装
|
# 通过 yarn
|
||||||
yarn add <%= name %>
|
yarn add <%= name %>
|
||||||
|
|
||||||
|
# 通过 pnpm
|
||||||
|
pnpm add <%= name %>
|
||||||
```
|
```
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 通过 npm 安装
|
# 通过 npm
|
||||||
npm i <%= name %> -S
|
npm i <%= name %>
|
||||||
|
|
||||||
# 通过 yarn 安装
|
# 通过 yarn
|
||||||
yarn add <%= name %>
|
yarn add <%= name %>
|
||||||
|
|
||||||
|
# 通过 pnpm
|
||||||
|
pnpm add <%= name %>
|
||||||
```
|
```
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @vant/area-data -D
|
# 通过 npm
|
||||||
```
|
npm i @vant/area-data
|
||||||
|
|
||||||
#### YARN
|
# 通过 yarn
|
||||||
|
yarn add @vant/area-data
|
||||||
|
|
||||||
```shell
|
# 通过 pnpm
|
||||||
yarn add @vant/area-data --dev
|
pnpm add @vant/area-data
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
@ -20,11 +20,14 @@ yarn create vant-cli-app
|
|||||||
### 手动安装
|
### 手动安装
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 通过 npm 安装
|
# 通过 npm
|
||||||
npm i @vant/cli -D
|
npm i @vant/cli -D
|
||||||
|
|
||||||
# 通过 yarn 安装
|
# 通过 yarn
|
||||||
yarn add @vant/cli --dev
|
yarn add @vant/cli -D
|
||||||
|
|
||||||
|
# 通过 pnpm
|
||||||
|
pnpm add @vant/cli -D
|
||||||
```
|
```
|
||||||
|
|
||||||
安装完成后,请将以下配置添加到 package.json 文件中
|
安装完成后,请将以下配置添加到 package.json 文件中
|
||||||
|
@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# with npm
|
||||||
npm i @vant/eslint-config -D
|
npm i @vant/eslint-config -D
|
||||||
```
|
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
yarn add @vant/eslint-config -D
|
||||||
|
|
||||||
```shell
|
# with pnpm
|
||||||
yarn add @vant/eslint-config --dev
|
pnpm add @vant/eslint-config -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @vant/icons -S
|
# with npm
|
||||||
```
|
npm i @vant/icons
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
|
||||||
```shell
|
|
||||||
yarn add @vant/icons
|
yarn add @vant/icons
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add @vant/icons
|
||||||
```
|
```
|
||||||
|
|
||||||
## Document
|
## Document
|
||||||
|
@ -4,27 +4,26 @@ Simple and fast vue markdown loader, transform markdown to vue component.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @vant/markdown-loader -S
|
# with npm
|
||||||
```
|
npm i @vant/markdown-loader -D
|
||||||
|
|
||||||
### YARN
|
# with yarn
|
||||||
|
yarn add @vant/markdown-loader -D
|
||||||
|
|
||||||
```shell
|
# with pnpm
|
||||||
yarn add @vant/markdown-loader
|
pnpm add @vant/markdown-loader -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
- `enableMetaData`: Default `false`. Whether to use [front-matter](https://github.com/jxson/front-matter) to extract markdown meta data
|
- `enableMetaData`: Default `false`. Whether to use [front-matter](https://github.com/jxson/front-matter) to extract markdown meta data
|
||||||
|
|
||||||
- `linkOpen`: Default `true`. Whether to add target="_blank" to all links
|
- `linkOpen`: Default `true`. Whether to add target="\_blank" to all links
|
||||||
|
|
||||||
- `wrapper(html, fm)`: Format the returned content using a custom function
|
- `wrapper(html, fm)`: Format the returned content using a custom function
|
||||||
- `html`: The result of [markdown-it](https://github.com/markdown-it/markdown-it)'s render
|
- `html`: The result of [markdown-it](https://github.com/markdown-it/markdown-it)'s render
|
||||||
- `fm`: See [fm(string)](https://github.com/jxson/front-matter#fmstring). If `enableMetaData` option is `false`, the value is `undefined`.
|
- `fm`: See [fm(string)](https://github.com/jxson/front-matter#fmstring). If `enableMetaData` option is `false`, the value is `undefined`.
|
||||||
- `attributes`
|
- `attributes`
|
||||||
- `body`
|
- `body`
|
||||||
- `frontmatter`
|
- `frontmatter`
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# with npm
|
||||||
npm i @vant/markdown-vetur -D
|
npm i @vant/markdown-vetur -D
|
||||||
```
|
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
yarn add @vant/markdown-vetur -D
|
||||||
|
|
||||||
```shell
|
# with pnpm
|
||||||
yarn add @vant/markdown-vetur --dev
|
pnpm add @vant/markdown-vetur -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
@ -5,7 +5,14 @@
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# with npm
|
||||||
|
npm i @vant/popperjs
|
||||||
|
|
||||||
|
# with yarn
|
||||||
yarn add @vant/popperjs
|
yarn add @vant/popperjs
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add @vant/popperjs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# with npm
|
||||||
npm i @vant/stylelint-config -D
|
npm i @vant/stylelint-config -D
|
||||||
```
|
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
yarn add @vant/stylelint-config -D
|
||||||
|
|
||||||
```shell
|
# with pnpm
|
||||||
yarn add @vant/stylelint-config --dev
|
pnpm add @vant/stylelint-config -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @vant/touch-emulator -S
|
# with npm
|
||||||
```
|
npm i @vant/touch-emulator
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
|
||||||
```shell
|
|
||||||
yarn add @vant/touch-emulator
|
yarn add @vant/touch-emulator
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add @vant/touch-emulator
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用指南
|
## 使用指南
|
||||||
|
@ -4,14 +4,13 @@ Built-in composition APIs of Vant.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### NPM
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @vant/use -S
|
# with npm
|
||||||
```
|
npm i @vant/use
|
||||||
|
|
||||||
#### YARN
|
# with yarn
|
||||||
|
|
||||||
```shell
|
|
||||||
yarn add @vant/use
|
yarn add @vant/use
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add @vant/use
|
||||||
```
|
```
|
||||||
|
@ -5,11 +5,17 @@
|
|||||||
### npm
|
### npm
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Vant 2 for Vue 2 project
|
# install Vant 2 for Vue 2 project
|
||||||
npm i vant -S
|
npm i vant@2
|
||||||
|
|
||||||
# Install Vant 3 for Vue 3 project
|
# install Vant 3 for Vue 3 project
|
||||||
npm i vant@next -S
|
npm i vant@3
|
||||||
|
|
||||||
|
# with yarn
|
||||||
|
yarn add vant@3
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add vant@3
|
||||||
```
|
```
|
||||||
|
|
||||||
### CDN
|
### CDN
|
||||||
|
@ -8,14 +8,20 @@
|
|||||||
|
|
||||||
### 通过 npm 安装
|
### 通过 npm 安装
|
||||||
|
|
||||||
在现有项目中使用 Vant 时,可以通过 `npm` 或 `yarn` 进行安装:
|
在现有项目中使用 Vant 时,可以通过 `npm`、`yarn` 或 `pnpm` 进行安装:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Vue 2 项目,安装 Vant 2:
|
# Vue 2 项目,安装 Vant 2
|
||||||
npm i vant -S
|
npm i vant@2
|
||||||
|
|
||||||
# Vue 3 项目,安装 Vant 3:
|
# Vue 3 项目,安装 Vant 3
|
||||||
npm i vant@next -S
|
npm i vant@3
|
||||||
|
|
||||||
|
# 通过 yarn 安装
|
||||||
|
yarn add vant@3
|
||||||
|
|
||||||
|
# 通过 pnpm 安装
|
||||||
|
pnpm add vant@3
|
||||||
```
|
```
|
||||||
|
|
||||||
### 通过 CDN 安装
|
### 通过 CDN 安装
|
||||||
|
@ -55,7 +55,14 @@ export default {
|
|||||||
Vant officially provides a default area data, which can be imported through [@vant/area-data](https://github.com/youzan/vant/tree/dev/packages/vant-area-data):
|
Vant officially provides a default area data, which can be imported through [@vant/area-data](https://github.com/youzan/vant/tree/dev/packages/vant-area-data):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# with npm
|
||||||
|
npm i @vant/area-data
|
||||||
|
|
||||||
|
# with yarn
|
||||||
yarn add @vant/area-data
|
yarn add @vant/area-data
|
||||||
|
|
||||||
|
# with pnpm
|
||||||
|
pnpm add @vant/area-data
|
||||||
```
|
```
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
@ -57,7 +57,14 @@ const areaList = {
|
|||||||
Vant 官方提供了一份默认的省市区数据,可以通过 [@vant/area-data](https://github.com/youzan/vant/tree/dev/packages/vant-area-data) 引入:
|
Vant 官方提供了一份默认的省市区数据,可以通过 [@vant/area-data](https://github.com/youzan/vant/tree/dev/packages/vant-area-data) 引入:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# 通过 npm
|
||||||
|
npm i @vant/area-data
|
||||||
|
|
||||||
|
# 通过 yarn
|
||||||
yarn add @vant/area-data
|
yarn add @vant/area-data
|
||||||
|
|
||||||
|
# 通过 pnpm
|
||||||
|
pnpm add @vant/area-data
|
||||||
```
|
```
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user