7 Star 47 Fork 75

奇文社区 / qiwen-stock-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
// 选项...
publicPath: '/',
//是否开启eslint校验
lintOnSave: false,
devServer: {
disableHostCheck: true,
host: '0.0.0.0',
proxy: { //配置代理,解决跨域请求后台数据的问题
'/api': {
target: 'http://localhost:8080', //后台接口
ws: true, //是否跨域
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
}
}
},
pluginOptions: {
'style-resources-loader': {
preProcessor: 'stylus',
patterns: []
}
}
}
NodeJS
1
https://gitee.com/qiwen-cloud/qiwen-stock-web.git
git@gitee.com:qiwen-cloud/qiwen-stock-web.git
qiwen-cloud
qiwen-stock-web
qiwen-stock-web
master

搜索帮助