Skip to content

cherishman2005/vue-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vue-chatroom

采用全球账号登录的chatroom-demo

针对shopline chatroom-demo

chatroom-demo配置

nginx.conf

        location /chatroom {
            try_files $uri $uri/ /chatroom/index.html;
            default_type text/html;
            alias /home/zhangbiwu/vue_projects/chatroom/dist;
        }

About

采用全球账号登录的chatroom-demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published