Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onzeng/chat-room-client

nest+vue3简单聊天室-客户端
https://github.com/onzeng/chat-room-client

nest nestjs pinia typescript vue vue-router vue3 vue3-typescript

Last synced: about 1 month ago
JSON representation

nest+vue3简单聊天室-客户端

Awesome Lists containing this project

README

        

## 简单聊天室客户端

### 功能

- 对话
- 登录
- 日志
- 云端漫游

预览地址:[http://room.startea.top/](http://room.startea.top/)

### 运行

```
npm install && npm start # 安装依赖并启动
```

### 安装

```
npm install
```

### 启动

```
npm start
```

### 打包

```
npm run build
```

### 其他

客户端代码请参考 [chat-room-client](https://github.com/OnZeng/chat-room-client)。
服务器端代码请参考 [chat-room-server](https://github.com/OnZeng/chat-room-server)。