1. 全局安装create-vite-app
npm i -g create-vite-app
2.创建项目目录
create-vite-app 项目名
3.运行
cd 项目名
npm install
npm run dev
4.查看
http://localhost:3000/
npm i -g create-vite-app
create-vite-app 项目名
cd 项目名
npm install
npm run dev
http://localhost:3000/