webstrom使用vue-cli時 遇到的一些問題

一、當webstrom 熱更新不靈活時,在「File」 >> "Settings" >> "Appearance & Behavior" >> "system settings"中,勾掉synchornization如下的最後一項便可(禁止自動保存);vue

 

二、npm run build以後文件引入的路徑不對時,可嘗試修改 config/index.js 的assetsPublicPath('./'或者'/'或者'../'等等);webpack

 

三、vue項目谷歌瀏覽器斷點打不上,不能調試時, 將#cheap-module-eval-source-map 修改爲 #source-map(在config/index.js或者 build/webpack.dev.config.js),或者在須要打斷點的地方寫上debugger就好了。web

相關文章
相關標籤/搜索