1 Star 0 Fork 268

ajunlonglive / jsonflow-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: {
'^/': '/'
}
}
}
}
}
Java
1
https://gitee.com/ajunlonglive/jsonflow-ui.git
git@gitee.com:ajunlonglive/jsonflow-ui.git
ajunlonglive
jsonflow-ui
jsonflow-ui
master

搜索帮助