Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VeChaz/vue-paintapp

 
 

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

  • Vue 56.1%
  • JavaScript 35.1%
  • HTML 4.8%
  • TypeScript 3.5%
  • CSS 0.5%