1 Star 0 Fork 283

尹文涛/Vue大屏数据可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱飞耀 提交于 2020-12-07 11:05 . 关闭自动打开浏览器
const path = require('path')
const resolve = dir => {
return path.join(__dirname, dir)
}
module.exports = {
// open: true,
publicPath: './',
chainWebpack: config => {
config.resolve.alias
.set('_c', resolve('src/components')) // key,value自行定义,比如.set('@@', resolve('src/components'))
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/taogeV5/study_hard.git
git@gitee.com:taogeV5/study_hard.git
taogeV5
study_hard
Vue大屏数据可视化
master

搜索帮助