1 Star 0 Fork 301

友友/threejs 3d模型可视化编辑器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
const { defineConfig } = require('@vue/cli-service')
const publicPath = process.env.NODE_ENV =='production'? '/three.js3d/':'/'
module.exports = defineConfig({
transpileDependencies: true,
publicPath,
lintOnSave: false,
assetsDir: 'static',
productionSourceMap: false,
pages: {
index: {
entry: 'src/main.js',
template: 'public/index.html',
filename: 'index.html',
},
preview: {
entry: 'src/main.js',
template: 'public/preview.html',
filename: 'preview.html',
},
modelBase: {
entry: 'src/main.js',
template: 'public/modelBase.html',
filename: 'modelBase.html',
},
},
devServer: {
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/maxueyou/Three.js3D.git
git@gitee.com:maxueyou/Three.js3D.git
maxueyou
Three.js3D
threejs 3d模型可视化编辑器
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385