3 Star 0 Fork 0

陌辰/wewin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
时旅 提交于 2023-05-22 10:14 . s7f25页面更新
module.exports = {
devServer: {
disableHostCheck: true,
host: '0.0.0.0', // host改成自己的IP,
bonjour: true,
open: true, // 配置后自动启动浏览器
port: 8080, // 端口号
hotOnly: true, // 热更新
proxy: {
// 配置多个代理
'/api': {
target: 'http://localhost:9813',
changeOrigin: true,
ws: true, // websocket支持
secure: false,
pathRewrite: {
'^/api': '/',
},
},
},
},
css: {
loaderOptions: {
sass: {
prependData: '@import "./src/assets/styles/variables.scss";',
},
},
sourceMap: true,
},
publicPath: '/wewin',
runtimeCompiler: true,
outputDir: 'wewin',
lintOnSave: false,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mo-cheng78/wewin.git
git@gitee.com:mo-cheng78/wewin.git
mo-cheng78
wewin
wewin
master

搜索帮助