1、安装Vite
npm install -g create-vite-app
2、利用Vite创建Vue3项目
create-vite-app projectName
3、安装依赖运行项目
cd projectName npm install npm run dev