1 Star 0 Fork 283

小毛虫/Vue大屏数据可视化

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱飞耀 提交于 2020-09-18 11:03 . 修改echart
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/ly625956836/study_hard.git
[email protected]:ly625956836/study_hard.git
ly625956836
study_hard
Vue大屏数据可视化
master

搜索帮助