Skip to content

gustperx/vue-pokedex

Repository files navigation

Pokemon - Pokedex

Gustavo Perez 🔥

Full Stack Developer | PHP - Laravel - Node.js - Javascript - Vue.js. - React


Pokedex: Application built with Vue 3 + TypeScript + Composition API that consumes the API of https://pokeapi.co/


App Live Demo

👉 https://vue-pokemon-pokedex.netlify.app/


Project Setup

# Install

npm install

# Compile and Hot-Reload for Development

npm run dev

# Type-Check, Compile and Minify for Production

npm run build

# Lint with [ESLint](https://eslint.org/)

npm run lint