# create-my-vite-app
一个简单基于vite的cli 目前只支持react模版和vue模版

## 安装
无需安装

## 使用
```bash
npm create my-vite-app
```
或
```bash
npx create-my-vite-app
```

