Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 453 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 453 Bytes

pokedex-vue

This is a Pokédex made for fun to play with vue.js

Thanks to pokeapi for their free open-source RESTful API.

Screenshot

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build