Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).