当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 0 Fork 0

@李十一/demo2_vue2
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
@李十一 提交于 2023-09-05 12:33 . d
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer:{
proxy: {
'/api': {
target: 'http://127.0.0.1:3000/', //API服务器的地址
ws: true, //代理websockets
changeOrigin: true, // 是否跨域,虚拟的站点需要更管origin
pathRewrite: {
// '^/api'是一个正则表达式,表示要匹配请求的url中,全部'http://localhost:8081/api' 转接为 http://localhost:8081/
'^/api': '',
}
}
},
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lijiaruis/demo2_vue2.git
git@gitee.com:lijiaruis/demo2_vue2.git
lijiaruis
demo2_vue2
demo2_vue2
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385