1 Star 13 Fork 4

kleinBlue / 可视化大数据平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
kleinBlue 提交于 2021-09-27 12:22 . 上传
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/vueDataV/" : "/",
productionSourceMap: false,
lintOnSave: false,
devServer: {
port: 8081,
// proxy: {
// "/api": {
// target: "https://api.github.com",
// changeOrigin: true,
// ws: false,
// pathRewrite: {
// "^/api": ""
// }
// }
// }
},
configureWebpack: {
// 把原本需要写在webpack.config.js中的配置代码 写在这里 会自动合并
externals: {
'jquery' : '$',
'echarts': 'echarts',
'axios' : 'axios'
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kleiBlue/visual-big-data-platform.git
git@gitee.com:kleiBlue/visual-big-data-platform.git
kleiBlue
visual-big-data-platform
可视化大数据平台
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891