Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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简单聊天室-客户端
- Host: GitHub
- URL: https://github.com/onzeng/chat-room-client
- Owner: OnZeng
- Created: 2024-04-19T15:40:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T13:42:36.000Z (9 months ago)
- Last Synced: 2024-10-11T18:20:49.216Z (3 months ago)
- Topics: nest, nestjs, pinia, typescript, vue, vue-router, vue3, vue3-typescript
- Language: Vue
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)。