代码为实习时写的觉得不错点个star~·~ 有问题微信找我:xiaoyuzz2
vue vue-cli3 vue-router vuex es6 webpack axios sass mint-ui javaScript
https://github.com/zgsnbtl/vue-guapi
devServer: {
disableHostCheck: true,
proxy: {
'/api': {
target: 'http://www.api.zhuishushenqi.com',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
'/content': {
target: 'http://chapter2.zhuishushenqi.com',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/content': ''
}
}
}
}
baseUrl: './'