This is a Vue 2 project that fetches the current foreign exchange rates for a few currencies and displays them in a simple SPA (single-page application).
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.