Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

amendx/pokelist

 
 

Repository files navigation

Pokelist

This small project objective is to show all generations and details of each generation from the Pokemon series. The API used for this project was PokeAPI.

Project setup

Requirements

This project requires you to have installed in your machine:

  • Node (v12.22.1 or up)
  • Yarn (Optional, you can also use npm, but this doc will use Yarn.)

Install dependencies

yarn install

Run dev server: compiles and hot-reloads for development

yarn dev

Run build: Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Testing

Run unit tests

yarn test:unit

Run unit tests with coverage report

yarn test:unit:ci

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • Vue 41.9%
  • HTML 2.5%