Demo of a realtime dashboard chart with Vue and Pusher
Follow the tutorial at https://blog.pusher.com/build-realtime-chart-with-vuejs-pusher/
- Clone the repo -
https://github.com/yomete/realtime-chart-pusher
- Open
src/components/Home.vue
andserver.js
and edit with your Pusher credentials which can be gotten here - In the root of the project folder, run
npm i
to install all dependencies. - Run
npm run dev
and that will run thisnodemon server.js
and thisnode build/dev-server.js
and your app should be up and running onhttp:localhost:8080