默認,webpack沒法打包.vue文件,須要安裝 相關的loader:vue
cnpm i vue-loader vue-template-compiler -D
提示如下錯誤信息:
Module Error (from ./node_modules/_vue-loader@15.7.2@vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
node
解決辦法:
參考博客:https://blog.csdn.net/cominglately/article/details/80555210
完美解決webpack