首先安裝配置這兩篇挺好的html
https://www.cnblogs.com/lgx5/p/10732016.htmlpython
https://blog.csdn.net/qiang510939237/article/details/103064857npm
而後使用過程遇到一些問題記錄下來python2.7
1.解決啓動編譯是eslint報錯.net
關閉檢查 https://blog.csdn.net/sinat_39323128/article/details/90898408debug
使用eslint格式化代碼 https://blog.csdn.net/hdchangchang/article/details/82233740eslint
2.npm i出現python錯誤 Error: Can't find Python executable "python", you can set the PYTHON env variable調試
npm install --python=python2.7htm
3.debug調試配置 https://www.cnblogs.com/xifengxiaoma/p/9530737.htmlblog
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