Skip to content

evrenkaraarslan/Vue-Coin-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-vue-coin-tracker-app

What is the use of this Repo Generic badge

This Repo demonstrates the use of the following in vuejs

  1. Vuex
  2. Vue-router
  3. Components interaction
  4. Axios

Application Live URL Generic badge

The Application is deployed in

Prerequisites

Install NodeJS Generic badge

Refer https://nodejs.org/en/ to install NodeJS

Install Vue Cli Generic badge

Install Vue Cli Node Package Globally using the following Command.

npm install -g @vue/cli

Cloning and Running the Application

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

Http Library Generic badge

axios library is used to make api calls

Routing

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