[Doc] update README.md

This commit is contained in:
陈嘉涵 2019-06-12 08:11:58 +08:00
parent c912afdf52
commit e3d5c5517e
4 changed files with 4 additions and 20 deletions

View File

@ -38,11 +38,7 @@
## Install ## Install
```bash ```bash
# install 1.x stable
npm i vant -S npm i vant -S
# install 2.0 beta
npm i vant@beta -S
``` ```
## Quickstart ## Quickstart

View File

@ -37,11 +37,7 @@
## 安装 ## 安装
```bash ```bash
# 安装 1.x 稳定版本
npm i vant -S npm i vant -S
# 安装 2.0 测试版本
npm i vant@beta -S
``` ```
## 快速上手 ## 快速上手

View File

@ -22,11 +22,7 @@ In the GUI, click on 'Dependencies' -> `Install Dependencies` and add `vant` to
### Install ### Install
```bash ```bash
# install 1.x stable
npm i vant -S npm i vant -S
# install 2.0 beta
npm i vant@beta -S
``` ```
## Usage ## Usage
@ -95,11 +91,11 @@ Vue.use(Vant);
```html ```html
<!-- import style --> <!-- import style -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@beta/lib/index.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.0/lib/index.css" />
<!-- import script --> <!-- import script -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vant@beta/lib/vant.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vant@2.0/lib/vant.min.js"></script>
<script> <script>
var Vue = window.Vue; var Vue = window.Vue;

View File

@ -31,11 +31,7 @@ vue ui
### 安装 ### 安装
```bash ```bash
# 安装 1.x 稳定版本
npm i vant -S npm i vant -S
# 安装 2.0 测试版本
npm i vant@beta -S
``` ```
## 引入组件 ## 引入组件
@ -109,11 +105,11 @@ Vue.use(Vant);
```html ```html
<!-- 引入样式 --> <!-- 引入样式 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@beta/lib/index.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.0/lib/index.css">
<!-- 引入组件 --> <!-- 引入组件 -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vant@beta/lib/vant.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vant@2.0/lib/vant.min.js"></script>
<script> <script>
var Vue = window.Vue; var Vue = window.Vue;