报错Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching .vue files include vue-loader in its use.
在vue-loader13.0.0版本后,打包vue文件,需要安装vue-loader-plugin插件,否则会报错
安装插件:npm install --save vue-loader-plugin
配置webpack.config.js文件
配置vue-loader时,必须写在前面,否则会报错