1 Star 0 Fork 285

diycp2015 / 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'))
},
}
JavaScript
1
https://gitee.com/diycp2015/study_hard.git
git@gitee.com:diycp2015/study_hard.git
diycp2015
study_hard
Vue大屏数据可视化
master

搜索帮助