feat(create-vant-cli-app): support Vue 3

This commit is contained in:
chenjiahan
2020-11-29 10:43:48 +08:00
parent 4c9236c84a
commit 5bd62a24b5
26 changed files with 305 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
# 介绍
### 关于
这是一段组件库的介绍
### 特性
- 特性一
- 特性二
- 特性三

View File

@@ -0,0 +1,11 @@
# 快速上手
### 安装
```bash
# 通过 npm 安装
npm i <%= name %> -S
# 通过 yarn 安装
yarn add <%= name %>
```