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
- Host: GitHub
- URL: https://github.com/rayc2045/pokemon-app
- Owner: rayc2045
- Created: 2021-05-10T05:59:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T01:36:18.000Z (over 4 years ago)
- Last Synced: 2026-03-31T05:38:47.477Z (3 months ago)
- Topics: pokemon, pokemon-api, tailwind, tailwind-css, tailwindcss, vue, vue-cli, vue-router, vue3
- Language: Vue
- Homepage: https://rayc2045.github.io/pokemon-app/
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).