首先安裝配置這兩篇挺好的 https://www.cnblogs.com/lgx5/p/10732016.html https://blog.csdn.net/qiang510939237/article/details/103064857 然後使用過程遇到一些問題記錄下來 1.解決啟動編譯是esl ...
首先安裝配置這兩篇挺好的
https://www.cnblogs.com/lgx5/p/10732016.html
https://blog.csdn.net/qiang510939237/article/details/103064857
然後使用過程遇到一些問題記錄下來
1.解決啟動編譯是eslint報錯
關閉檢查 https://blog.csdn.net/sinat_39323128/article/details/90898408
使用eslint格式化代碼 https://blog.csdn.net/hdchangchang/article/details/82233740
2.npm i出現python錯誤 Error: Can't find Python executable "python", you can set the PYTHON env variable
npm install --python=python2.7
3.debug調試配置 https://www.cnblogs.com/xifengxiaoma/p/9530737.html
4.路由嵌套 https://www.cnblogs.com/vickylinj/p/10900349.html
5.解析樣式錯誤 https://blog.csdn.net/jiangyu1013/article/details/86525491
6.npm安裝參數區別 https://www.cnblogs.com/cina33blogs/p/9210931.html