Syntax Error: Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
第一步
npm install @vue/compiler-sfc
npm run dev 运行成功,本地打开页面是空白,控制台报错
重新下载了vue-loader ,完美解决问题
第二步
npm i -D vue-loader@14