1 Star 0 Fork 31

此树是我栽/threeJsProject

forked from Electrolux/threeJsProject 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
Electrolux 提交于 2022-10-13 09:34 . ver1.0
// const { Output } = require("webpack-chain");
module.exports = {
publicPath: './',// 代表相对路径
outputDir:'./test',//输出的目录
devServer: {
disableHostCheck: true,
proxy: {
"/api": {
target: "http://localhost:3000",
changeOrigin: true,
ws: true,
pathRewrite: {
"^/api": "",
},
},
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cuiyiguan/three-js-project.git
git@gitee.com:cuiyiguan/three-js-project.git
cuiyiguan
three-js-project
threeJsProject
master

搜索帮助