Ai
2 Star 0 Fork 1

joey/electron-vue-reports

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
joey 提交于 2022-09-14 14:22 +08:00 . feat: cdn资源本地化
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true
}
},
devServer: {
proxy: {
'/': {
// target: 'http://185.239.227.142:3000',
target: 'http://103.56.53.11:3000',
ws: true,
changeOrigin: true
}
}
},
chainWebpack: config => {
config.module.rule('html')
.test(/\.html$/)
.use('html-loader')
.loader('html-loader')
.tap(ops => {
return ops
})
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/learnCodes/electron-vue-reports.git
git@gitee.com:learnCodes/electron-vue-reports.git
learnCodes
electron-vue-reports
electron-vue-reports
master

搜索帮助