1 Star 4 Fork 285

hyz/json-flow-ui

forked from JackRolling/jsonflow-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
luolin 提交于 2022-08-24 17:21 . :sparkles::fire:去掉不需要的依赖
const url = 'http://jsonflow-gateway:9999'
const path = require("path");
module.exports = {
lintOnSave: false,
outputDir: "dist",
// 开发环境显示报错位置
productionSourceMap: true,
runtimeCompiler: true,
devServer: {
disableHostCheck: true,
port: 8080,
proxy: {
'/': {
target: url,
ws: false,
pathRewrite: {
'^/': '/'
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hyz79/json-flow-ui.git
git@gitee.com:hyz79/json-flow-ui.git
hyz79
json-flow-ui
json-flow-ui
master

搜索帮助