3 Star 31 Fork 23

sky / 1078_Video_vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
“achensid” 提交于 2023-10-09 15:51 . 大版本更新
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath:'./',
// outputDir: 'dist',
// indexPath: 'index.html',
configureWebpack: {
externals: {
'AMap': 'AMap' // 高德地图配置
}
},
})
HTML/CSS
1
https://gitee.com/hui_hui_zhou/1078_video_vue.git
git@gitee.com:hui_hui_zhou/1078_video_vue.git
hui_hui_zhou
1078_video_vue
1078_Video_vue
master

搜索帮助