1 Star 0 Fork 174

oceanyang / xboot-front

forked from Exrick / xboot-front 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
Exrick 提交于 2018-08-26 23:05 . [UPDATE]更新v1.1
module.exports = {
devServer: {
host: '127.0.0.1',
port: 9999,
proxy: {
'/xboot': {
target: 'http://127.0.0.1:8888', // 请求本地 需要xboot后台项目
ws: true
},
'/foo': {
target: '<other_url>'
}
}
},
// 打包时不生成.map文件 避免看到源码
productionSourceMap: false
}
JavaScript
1
https://gitee.com/marineosc/xboot-front.git
git@gitee.com:marineosc/xboot-front.git
marineosc
xboot-front
xboot-front
master

搜索帮助