Awesome
Vue Crypto Dashboard
A Cryptocurrency Dashboard build 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.
Demo: https://jayeshlab.github.io/vue-crypto-dashboard/
<img width="500" alt="portfolio_view" src="https://user-images.githubusercontent.com/36194663/47360119-2ec3a600-d6ec-11e8-95a2-0b61d0bf0f11.png"> <img width="500" alt="portfolio_view" src="https://user-images.githubusercontent.com/36194663/47360137-3edb8580-d6ec-11e8-8cb9-88b632328e38.png">Tech Stacks
- Vue CLI 3
- Vue 2
- Vuex
- Vue Router
- Sass
- Bootstrap 4
- Binance Websocket Stream
- amcharts
- Cryptocompare News Api
- Custom sparkline chart
- Custom Binance Websocket Api
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