安装vue3脚手架 npm install vue -g vue3+vite 注意npm版本 npm 6.x npm create vite@latest my-vue-app --template vue npm 7+ npm create vite@latest my-vue-app – --template vue 然后npm install / yarn install安装依赖包 npm run dev启动