1 Star 0 Fork 1

欧晓峰/vue-element-antvG6-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
wjj 提交于 2020-08-11 11:56 +08:00 . g6 demo
module.exports = {
publicPath: './', // 根域上下文目录(相对路径)
assetsDir: 'static', // 打包后的静态资源目录 如果不指定,根目录默认为 js, css, img, fonts。
lintOnSave: false, // 是否开启eslint保存检测,有效值:ture | false | 'error'
productionSourceMap:true,//生产环境移除map文件
devServer: {
open: true,
host: 'localhost',
port: 8080,
https: false,
hotOnly: false,
proxy: { // 配置跨域
'/api': {
target: 'localhost',
pathRewrite: {
'^/api': ''
}
}
}
},
transpileDependencies: [
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ou-xiao-feng/vue-element-antvG6-demo.git
git@gitee.com:ou-xiao-feng/vue-element-antvG6-demo.git
ou-xiao-feng
vue-element-antvG6-demo
vue-element-antvG6-demo
master

搜索帮助