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

https://github.com/scaledrone/vue-chat-tutorial


https://github.com/scaledrone/vue-chat-tutorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vue.js Chat Tutorial: Building A Realtime Messaging App

These are the project files for the [Scaledrone Vue.js chat tutorial](https://scaledrone.com/blog/vue-real-time-chat-tutorial).

To run this example make sure to replace `YOUR-CHANNEL-ID` in [`src/App.vue`](https://github.com/ScaleDrone/vue-chat-tutorial/blob/main/src/App.vue).

## Running The Project

```
npm install
npm run dev
```