使用npm init vue@latest 基于vite创建的vue项目

使用vite创建vue3项目

npm init vue@latest

安装依赖

npm install

启动项目

npm run dev