vite创建工程

使用方法

1.创建工程

npm init vite-app

2.安装依赖

npm install

3.运行

npm run dev