https://github.com/martijnvos/pokeinfo
The official repository for the PokeInfo web application
https://github.com/martijnvos/pokeinfo
firebase firebase-database pokeapi vuefire vuejs2 vuex2
Last synced: 3 months ago
JSON representation
The official repository for the PokeInfo web application
- Host: GitHub
- URL: https://github.com/martijnvos/pokeinfo
- Owner: Martijnvos
- Created: 2017-05-31T10:12:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T11:23:45.000Z (over 8 years ago)
- Last Synced: 2025-10-08T18:51:20.815Z (9 months ago)
- Topics: firebase, firebase-database, pokeapi, vuefire, vuejs2, vuex2
- Language: Vue
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokéInfo
An unofficial pokédex made with the PokéAPI and VueJs utilizing Firebase's realtime database as a backend.
I decided to make this in Vue in order for me to learn a more advanced Javascript framework.
This application shows you the stats, moves, encounter information and game indices of all the different pokémon.
## Screenshots
**Homepage**

**Pokémon Info Screen** | **Pokémon Extra Information**
:-----------------------------------------------------:|:-------------------------:
 | 
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).