npm run serve運行報錯:
This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
問題: 版本不統一
解決:
刪除node_models 文件夾和 package-lock.json 文件重新 npm install