1 Star 2 Fork 0

Sunnyzee / SunnyZeeChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sunnyzee 提交于 2021-03-24 14:51 . 11
module.exports = {
lintOnSave: false, // 代码检查
runtimeCompiler: true,
publicPath: './', //输出的根路径 默认是/ 如果你的网站是app.com/vue 这更改此配置项
devServer: {
// proxy: {
// '/socket.io': {
// target: 'http://192.168.2.227:3000',
// ws: true,
// changeOrigin: true
// },
// 'sockjs-node': {
// target: 'http://192.168.2.227:3000',
// ws: false,
// changeOrigin: true
// },
// },
port: 8080 //端口
}
}
JavaScript
1
https://gitee.com/ypcool/sunny-zee-chat.git
git@gitee.com:ypcool/sunny-zee-chat.git
ypcool
sunny-zee-chat
SunnyZeeChat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891