webpack解决了吗
ERROR in ./src/App.vue
Module Error (from ./node_modules/vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
使用vue loader时未使用相应的插件。确保在您的网页包配置中包含VueLoaderPlugin。
参考这个 需要配置一下 webpack
https://blog.csdn.net/nightwishh/article/details/92799408