Skip to content

毕业设计,一个基于 MQTT 的即时通讯系统

Notifications You must be signed in to change notification settings

stillcalm/cctalk

Repository files navigation

CCtalk

相关版本

  1. node 18.12.0

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

项目结构

├── public
├── src                   // 源码
│   ├── assets            // 静态资源
│   ├── components        // 组件
│   ├── http              // 网络请求
│   ├── router            // 路由
│   ├── utils             // 工具类
│   ├── views             // 页面
│   ├── App.vue
│   └── main.js
├── .gitignore
├── babel.config.js
├── package-lock.json
├── README.md
├── vue.config.js
└── yarn.lock

About

毕业设计,一个基于 MQTT 的即时通讯系统

Resources

Stars

Watchers

Forks