This is a simple web app i created to gain experience and understanding working alongside side APIs. The app itself tracks real time prices via a coinmarket API and tracks breaks news related to the Crypto Currency world - this draws news articles from a external API. The App also has a modal pop up which can assist you in calculating your holdings.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.