1 Star 0 Fork 5

PH-C/monitor-middle-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
arvinwwang 提交于 2022-08-05 21:29 . feat: 依赖
/*
* @Author: arvin(王德江)
* @Date: 2022-08-05 14:24:57
* @LastEditors: arvin(王德江)
* @LastEditTime: 2022-08-05 14:57:23
* @Description: 公共文件,修改前请告知其他成员
*/
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
configureWebpack: {
resolve: {
alias: {
'@images': '@/assets/images',
},
},
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/PH-C/monitor-middle-platform.git
git@gitee.com:PH-C/monitor-middle-platform.git
PH-C
monitor-middle-platform
monitor-middle-platform
master

搜索帮助