2 Star 9 Fork 2

般若/mi_vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
般若 提交于 2021-12-26 15:48 . 调整接口路由
module.exports = {
devServer:{
host:'localhost',
port:8080,
proxy:{
'/web':{
target:'http://127.0.0.1:8081',
changeOrigin:true,
pathRewrite:{
'/web':''
}
}
}
},
// publicPath:'/app',
// outputDir:'dist',
// indexPath:'index2.html',
// lintOnSave:false,
productionSourceMap:true,
chainWebpack:(config)=>{
config.plugins.delete('prefetch');
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gitxys/mi_vue.git
[email protected]:gitxys/mi_vue.git
gitxys
mi_vue
mi_vue
master

搜索帮助