1 Star 0 Fork 0

Lighting/vue2_ego

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lighting 提交于 2024-05-29 21:54 . fix:在代码中添加了一些注释
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
configureWebpack: {
module: {
rules: [
{
test: /\.(png|jpe?g|gif|pdf)$/i,
loader: 'file-loader',
options: {
name: '[path][name].[ext]',
},
},
],
}
},
lintOnSave: false,
devServer: {
proxy: {
'/api': {
target: 'http://localhost:9898',
changeOrigin: true,
pathRewrite:{
'^/api':''
}
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GoBDN/vue2_ego.git
[email protected]:GoBDN/vue2_ego.git
GoBDN
vue2_ego
vue2_ego
master

搜索帮助