Ai
1 Star 0 Fork 254

蔚蓝海岸2012/纷析云财务软件-开源财务系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏悸 提交于 2022-08-12 11:58 +08:00 . feat: init
const webpack = require('webpack');
const path = require('path');
const globalVars = require('./src/styles/var.js');
module.exports = {
devServer: {
port: 8081,
proxy: {
'^/api': {
target: 'http://localhost:8080',
pathRewrite: {'^/api': ''}
},
'^/file': {
target: 'http://localhost:8080'
}
}
},
configureWebpack: {
plugins: [
new webpack.ProvidePlugin({
'HeyUI': 'heyui',
'HeyUtils': 'hey-utils',
'G': 'hey-global',
'Api': [path.resolve(__dirname, 'src/api'), 'default'],
'Ajax': [path.resolve(__dirname, 'src/js/common/ajax.js'), 'default'],
})
]
},
css: {
loaderOptions: {
less: {
globalVars
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/EMF/public-financial.git
git@gitee.com:EMF/public-financial.git
EMF
public-financial
纷析云财务软件-开源财务系统
master

搜索帮助