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

https://github.com/xrr2016/vue-chat

使用 Vue.js 和 Chatkit 创建一个聊天室
https://github.com/xrr2016/vue-chat

chat-room vuejs

Last synced: 2 days ago
JSON representation

使用 Vue.js 和 Chatkit 创建一个聊天室

Awesome Lists containing this project

README

          

# vue-chat

> [CHATKIT](https://dash.pusher.com/chatkit)

## 截图

![init](./screenshot/init.png)

![init](./screenshot/chat.png)

## Usage

```
git clone git@github.com:xrr2016/vue-chat.git

yarn install
```

### 启动

```
yarn build

yarn run server
```

### 前端开发

```
yarn run serve
```

### Build

```
yarn run build
```

### Lint

```
yarn run lint
```

## Licence

[MIT](./License)