1 Star 4 Fork 2

大海 / 智能养猪场可视化平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
大海 提交于 2021-06-20 20:52 . 第一次提交
const path = require('path')
const resolve = dir => {
return path.join(__dirname, dir)
}
module.exports = {
publicPath: './',
chainWebpack: config => {
config.resolve.alias
.set('_c', resolve('src/components')) // key,value自行定义,比如.set('@@', resolve('src/components'))
},
}
1
https://gitee.com/oceanchiu/pig-raising-system-ai.git
git@gitee.com:oceanchiu/pig-raising-system-ai.git
oceanchiu
pig-raising-system-ai
智能养猪场可视化平台
master

搜索帮助