10 Star 2 Fork 1

吴恒昊/airport-smart-runway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
cxr 提交于 2022-06-05 16:20 . 1
const path = require('path')
const resolve = dir => {
return path.join(__dirname, dir)
}
module.exports = {
publicPath: './',
chainWebpack: config => {
config.resolve.alias
.set('@', resolve('src')) // key,value自行定义,比如.set('@@', resolve('src/components'))
.set('_c', resolve('src/components'))
},
productionSourceMap: false,
devServer: {
proxy: 'http://192.168.106.10:8090'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wahaha0911/airport-smart-runway-web.git
[email protected]:wahaha0911/airport-smart-runway-web.git
wahaha0911
airport-smart-runway-web
airport-smart-runway
master

搜索帮助