An open API service indexing awesome lists of open source software.

https://github.com/rayc2045/pokemon-app


https://github.com/rayc2045/pokemon-app

pokemon pokemon-api tailwind tailwind-css tailwindcss vue vue-cli vue-router vue3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# pokemon-app

Demo: [https://rayc2045.github.io/pokemon-app/](https://rayc2045.github.io/pokemon-app/)

Poké API: [https://pokeapi.co/](https://pokeapi.co/)

## Project setup
```
pnpm install
```

### Compiles and hot-reloads for development
```
pnpm run serve
```

### Compiles and minifies for production
```
pnpm run build
```

### Lints and fixes files
```
pnpm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).