This Repo demonstrates the use of the following in vuejs
- Vuex
- Vue-router
- Components interaction
- Axios
The Application is deployed in
Refer https://nodejs.org/en/ to install NodeJS
Install Vue Cli Node Package Globally using the following Command.
npm install -g @vue/cli
Clone the application to local
Go into the project Folder and install the npm packages using the following command
npm install
Run the following command to run the application
npm run serve
The Application runs on localhost:8080
axios library is used to make api calls
The Application has 2 endpoints
/coins : The ties to Coins View
/coindetails : This ties to CoinDetails View
/mycoins : This ties to MyCoins View which shows coins in Vuex store