# vue3-vite 项目脚手架
内置了h5和admin项目模板，create 项目时选择需要的模板创建项目

### 安装

```shell
# install it globally
$ npm install -g ywd-cli

# or yarn
$ yarn global add ywd-cli
```

### 使用 

#### Quick Start 

```shell
$ ywd create <name>
```