vue脚手架创建项目及常用配置

首先安装配置这两篇挺好的

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

猜你喜欢

转载自www.cnblogs.com/wangxun0918/p/11858248.html