Skip to content

使用 .NET8(SignalR) + VUE3(TS) 构建的聊天室

Notifications You must be signed in to change notification settings

xulin2017/ChatHubWeb

 
 

Repository files navigation

ChatHubWeb(实时通信 Web 平台)

image

目录

  • ChatHubCore .NET8 Web Api 后端
  • ChatHubVue 前台
  • ChatHubAdminVue 后台[pure-admin]
  • Mysql.sql 数据库结构

如何运行

  1. 克隆仓库
    git clone https://github.com/Lingwcy/ChatHubWeb.git
    
  2. 启动前端
    cd ChatHubClient
    yarn 
    yarn dev
    
    

About

使用 .NET8(SignalR) + VUE3(TS) 构建的聊天室

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 42.2%
  • TypeScript 35.3%
  • C# 15.9%
  • SCSS 3.9%
  • JavaScript 1.1%
  • CSS 0.9%
  • Other 0.7%