The project was developed to learn some concepts related to Nuxt Js, Axios, APIs and the Bulma framework.
- NuxtJs
- Axios
- Netlify
- Exchange Rate API
- Bulma and Buefy
- Vue-Particles
Download or clone the project and install the packages:
$ npm install
Make sure you are in the projects' directory, then execute the following command to run the project locally:
$ npm run dev
or
$ yarn dev
Then, just open your browser and go to localhost:3000/
.
To build the project run:
$ npm run generate
or
$ yarn generate
For detailed explanation on how things work, checkout Nuxt.js docs.
I've uploaded this project to Netlify, here is the demo link.
The user Indrek Lasn posted this app idea in an article on medium.com, so you can visit his posts to find cool ideas for new projects and start learning or building awesome apps.