5 Star 29 Fork 22

mapgl.com/vis3d三维地图平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
码云_良哥 提交于 2024-01-11 09:58 . 修改打包配置
const { defineConfig } = require('@vue/cli-service')
const path = require("path");
module.exports = defineConfig({
publicPath: "./", // 打包后资源的访问路径
outputDir: "platform",// 输出文件目录
lintOnSave: false,
transpileDependencies: true,
devServer: {
client: {
progress: true,
overlay: false,
},
},
configureWebpack: {
output: {
sourcePrefix: " ",
},
amd: {
toUrlUndefined: true,
},
resolve: {
alias: {
vue$: "vue/dist/vue.esm.js",
"@": path.resolve("src")
},
},
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/caozl1132/vis3d-ui-vue2.git
git@gitee.com:caozl1132/vis3d-ui-vue2.git
caozl1132
vis3d-ui-vue2
vis3d三维地图平台
master

搜索帮助