Skip to content

Realtime collaboration in a paint application using pusher and Vuejs

Notifications You must be signed in to change notification settings

choejwoo/vue-paintapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Paintapp

Realtime paint collaboration using Pusher and Vue

View tutorial

Prerequisites

Getting started

  • Clone the project and install dependencies:
  • Create a file named .env. Update the .env file with the content below:
PUSHER_APP_ID=app-id
PUSHER_APP_KEY=app-key
PUSHER_APP_SECRET=app-secret

Note: ensure to replace the placeholder values with your pusher appId, key and secret.

  • Clone the repo
  • Enter the project folder
  • Run npm install
  • Start server by running node server
  • Run yarn serve to start the dev server

Built With

About

Realtime collaboration in a paint application using pusher and Vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • Vue 42.5%
  • HTML 8.3%