Crypto Dashboard using vue.js

This Cryptocurrency Dashboard has been builded with Vue JS, PWA enabled, Binance Websocket API for realtime price, amChart for displaying historical charts, SVG Sparkline Chart and Latest News feed from Cryptocompare site

Crypto Dashboard using vue.js
Crypto Dashboard using vue.js

Prerequisites:

  • Node/NPM
  • Vue-cli 3.x

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Leave a Comment