Cryptocurrency application with Vue.js, Bulma CSS framework and the CryptoCompare API service.
You can find the full written tutorial of this application in the following medium post: https://medium.com/@rachidsakara/building-a-cryptocurrency-app-with-vue-js-and-cryptocompare-api-14231af6f099
This is a YouTube video that explains the basic functionality of this project: https://www.youtube.com/watch?v=FVrKsOhv9LY.
The answer is
No
. No Sing Up process or any API key will be required for this application.
# 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.