后后专题

webpack开发vue2项目中的一些坑(1、跨域 2、打包后后端访问一片空白3、加载第三方库的字体文件出错4、加载背景图出错)

1、在开发调试过程中,解决跨域的问题 例:本地服务器:localhost:3030  服务器地址:192.111.1.1:4000(虚构) webpack配置: devServer: {contentBase: "./static/",host: 'localhost',port: 3030,inline: true,hot: true,noInfo: true,proxy: {'/ap