https://github.com/ezzylan/vue-pokedex
A Vue 2 web app displaying the first 151 Pokémons from PokéAPI using Vue.js and Vuetify.
https://github.com/ezzylan/vue-pokedex
Last synced: 3 months ago
JSON representation
A Vue 2 web app displaying the first 151 Pokémons from PokéAPI using Vue.js and Vuetify.
- Host: GitHub
- URL: https://github.com/ezzylan/vue-pokedex
- Owner: ezzylan
- Created: 2022-10-25T14:25:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T14:47:05.000Z (over 2 years ago)
- Last Synced: 2025-01-18T16:31:21.621Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-pokedex
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).