Ai
1 Star 0 Fork 0

cztanghao/springboot_vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
cztanghao 提交于 2025-01-11 15:40 +08:00 . 2025年1月11日15:38:56
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer:{
port: 20000,
open: true,
proxy: {
'/api': {
target: 'http://localhost:8080',
changeOrigin: true,
pathRewrite: {
'/api': ''
}
}
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cztanghao/springboot_vue.git
git@gitee.com:cztanghao/springboot_vue.git
cztanghao
springboot_vue
springboot_vue
master

搜索帮助