1 Star 0 Fork 0

chenzhaohong/MIMALL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenzhaohong 提交于 2020-06-24 08:11 . 优化
module.exports = {
devServer: {
host: "localhost",
port: 8080,
proxy: {
"/api": {
target: "http://mall-pre.springboot.cn",
changeOrigin: true,
pathRewrite: {
"/api": "",
},
},
},
},
// 设置子目录
// publicPath: '/app',
// 设置输出(打包)文件夹名称
// outputDir: 'dist',
// 生成指定输出(打包)首页html文件
// indexPath: 'index2.html',
// 关闭代码校验
// lintOnSave: false,
// 是否隐藏mian.js
productionSourceMap: true,
chainWebpack: (config) => {
config.plugins.delete('prefetch');
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zswlp/MIMall.git
git@gitee.com:zswlp/MIMall.git
zswlp
MIMall
MIMALL
master

搜索帮助