首先安装配置这两篇挺好的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