1 Star 0 Fork 289

不会飞的小凯凯/json-flow-ui

forked from JackRolling/jsonflow-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
JackRolling 提交于 2022-08-18 07:07 . update vue.config.js. 规范项目
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: {
'^/': '/'
}
}
}
},
pluginOptions: {
"style-resources-loader": {
preProcessor: "less",
patterns: [
// 全局变量路径,不能使用路径别名
path.resolve(__dirname, "./src/assets/*"),
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhoukai1989/json-flow-ui.git
git@gitee.com:zhoukai1989/json-flow-ui.git
zhoukai1989
json-flow-ui
json-flow-ui
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385