β¨ CryptoVue is a real-time dashboard that displays the top 10 cryptocurrencies based on currency price, market captilization and overall circulating supply. β¨
π© Simple: Bootstrapped with vue-cli and routed with vue-router
π Real-time: Real time data obtained from the leading cryptocurrency resource CoinMarketCap
πͺ Powerful: Runs a Service Worker script to increase online performance and function without a network connection
π Live: Deployed with Heroku and secured with Cloudflare
Clone/download the repo
cd crypto_vue
If you don't have vue-cli installed run npm install -g vue-cli
npm run dev
runs the app in development mode. Open http://localhost:8080 to view it in the browser and the page should reload whenever you make edits
Head over to vue-cli to see a list of things you can do.