https://github.com/scaledrone/vue-chat-tutorial
https://github.com/scaledrone/vue-chat-tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scaledrone/vue-chat-tutorial
- Owner: ScaleDrone
- Created: 2023-09-26T14:21:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T06:43:04.000Z (over 1 year ago)
- Last Synced: 2025-01-25T11:43:58.196Z (4 months ago)
- Language: Vue
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```