https://github.com/duquejo/vue-pokemon-game
VueJS Pokémon Just for fun game. Uses the pokeapi API for data fetching.
https://github.com/duquejo/vue-pokemon-game
api-rest babel css js vuejs
Last synced: 3 months ago
JSON representation
VueJS Pokémon Just for fun game. Uses the pokeapi API for data fetching.
- Host: GitHub
- URL: https://github.com/duquejo/vue-pokemon-game
- Owner: duquejo
- Created: 2023-09-01T20:50:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T00:18:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T09:13:19.622Z (over 1 year ago)
- Topics: api-rest, babel, css, js, vuejs
- Language: JavaScript
- Homepage: https://duquejo01.github.io/vue-pokemon-game/
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue - Pokémon "who's that Pokémon game!"
Check this MVP!:
- https://duquejo01.github.io/vue-pokemon-game/
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).