https://github.com/vinicius73/vue-pokemon-memory-game
Pokémon Memory Game
https://github.com/vinicius73/vue-pokemon-memory-game
buefy bulma pokemon pwa vue vuejs
Last synced: 2 months ago
JSON representation
Pokémon Memory Game
- Host: GitHub
- URL: https://github.com/vinicius73/vue-pokemon-memory-game
- Owner: vinicius73
- License: bsd-2-clause
- Created: 2019-02-26T13:47:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T03:53:55.000Z (7 months ago)
- Last Synced: 2025-02-27T10:09:03.040Z (3 months ago)
- Topics: buefy, bulma, pokemon, pwa, vue, vuejs
- Language: Vue
- Homepage: https://vue-pokemon-memory-game.vinicius73.dev/
- Size: 8.58 MB
- Stars: 50
- Watchers: 1
- Forks: 9
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokémon - Memory Game
A simple memory game using pokémon.
[](https://app.netlify.com/sites/vue-pokemon-memory-game/deploys)

## Resources used
- [Vue.js (PWA)](https://vuejs.org)
- [Buefy](https://buefy.org/)
- [Bulma CSS](https://bulma.io/)
- [Material Design Icons](https://materialdesignicons.com/)## Commands
```sh
yarn install // install deps
yarn run serve // serve app http://localhost:8080
yarn run build // build app
```