1 Star 0 Fork 4K

depyangfan / pig-ui

forked from lengleng / pig-ui 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
vue.config.js 814 Bytes
Copy Edit Raw Blame History
pig777 authored 2020-11-01 22:08 . tag 2.10.1 support spring boot 2.3.5
/**
* 配置该文件可以参考:
* https://cli.vuejs.org/zh/config/#%E7%9B%AE%E6%A0%87%E6%B5%8F%E8%A7%88%E5%99%A8
*
*/
const url = 'http://pig-gateway:9999'
// 基础路径,发布前修改这里,当前配置打包出来的资源都是相对路径
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: {
'/': {
target: url,
ws: true,
pathRewrite: {
'^/': '/'
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ChinaSheepYang/pig-ui.git
git@gitee.com:ChinaSheepYang/pig-ui.git
ChinaSheepYang
pig-ui
pig-ui
master

Search

344bd9b3 5694891 D2dac590 5694891