Its a Pokedex for classic 151 Pokemons built in Vuejs and Quasar framework.
Make sure you have the casar global cli installed:
quasar -v
If you don't have, install it:
Im using Yarn but you can properly use NPM
yarn global add @quasar/cli
Now, install the dependencies:
yarn
quasar dev
See Poke API.