用yarn安装会出现各种报错,正确的做法:
1、npm install --registry=https://registry.npmmirror.com
2、npm install
3、npm run dev
完美运行,报跨域问题,
4、改vue.config.js,连接后端服务
5、重启,执行npm run dev
用yarn安装会出现各种报错,正确的做法:
1、npm install --registry=https://registry.npmmirror.com
2、npm install
3、npm run dev
完美运行,报跨域问题,
4、改vue.config.js,连接后端服务
5、重启,执行npm run dev