2 Star 0 Fork 0

Mason/wewin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
mumuiscool 提交于 2022-05-30 03:20 . ++++
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,
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fengziqiao/wewin.git
git@gitee.com:fengziqiao/wewin.git
fengziqiao
wewin
wewin
master

搜索帮助