3 Star 12 Fork 10

threefish/nutzfw-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
threefish 提交于 2019-03-27 12:02 . 添加动态路由控制
module.exports = {
devServer: {
port: 8888, // 端口
proxy: {
'/api': {
target: 'http://192.168.99.210:8080',
ws: false,
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
},
},
outputDir: 'dist',
lintOnSave: false, // 取消 eslint 验证
css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项
less: {
javascriptEnabled: true,
// modifyVars: {
// 'primary-color': '#1DA57A',
// 'link-color': '#1DA57A',
// 'border-radius-base': '2px',
// }
}
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/threefish/nutzfw-front.git
git@gitee.com:threefish/nutzfw-front.git
threefish
nutzfw-front
nutzfw-front
master

搜索帮助