Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T00:18:43.000Z (over 1 year ago)
- Last Synced: 2024-02-07T16:59:35.033Z (11 months 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/).