vue-pokedex

Pokedex project in order to practice Vue.js and API Consumption

What I learned by doing this project

  1. Method Create.
  2. HTTP Request in Vue using Axios.
  3. Components.
  4. Computed.
  5. API Consumption.

PokeAPI

https://pokeapi.co/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Install Bulma Framework

npm install bulma

Install Axios

npm install axios

Customize configuration

See Configuration Reference.