1 Star 0 Fork 0

solo/GamePage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 899 Bytes
一键复制 编辑 原始数据 按行查看 历史
solo 提交于 2021-07-07 14:26 . 7.7 完善退出与setting页面的骨架
const url = 'http://192.168.124.2:10010/na-admin'
// 基础路径,发布前修改这里,当前配置打包出来的资源都是相对路径
const webpack = require('webpack')
let publicPath = './'
module.exports = {
publicPath: publicPath,
lintOnSave: true,
productionSourceMap: false,
css: {
// 忽略 CSS order 顺序警告
extract: {ignoreOrder: true}
},
chainWebpack: config => {
const entry = config.entry('app')
entry
.add('babel-polyfill')
.end()
entry
.add('classlist-polyfill')
.end()
},
// 配置转发代理
devServer: {
proxy: {
'/api': {
target: url,
changOrigin: true,
ws: true,
pathRewrite: {
'/api': ''
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingpony/gamepage.git
git@gitee.com:kingpony/gamepage.git
kingpony
gamepage
GamePage
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385