Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelargentina/pokemon-game-vue-practice

VueJs practice - Fernando Herrera course
https://github.com/miguelargentina/pokemon-game-vue-practice

Last synced: about 1 month ago
JSON representation

VueJs practice - Fernando Herrera course

Awesome Lists containing this project

README

        

# This is a VueJs practice. A Pokemos game was built for practicing the interaction between components

## Screenshots:
![game start](./scr2.png)
![game won](./scr1.png)
## Project setup
- Make sure you have yans installed running `yarn -v`. If not, run:
```
yarn install
```
- Clone the repo using the command:
```
git clone [email protected]:MiguelArgentina/pokemon-game-vue-practice.git
```

- For compiles and hot-reloads for development
```
yarn serve
```

- For compiles and minifies for production
```
yarn build
```

- For running your unit tests
```
yarn test:unit
```

### Acknowledgments:
- Fernando Herrera (Udemy):
- [Twiter: @Fernando_Her85](@Fernando_Her85)
- [Personal webpage (recommended!!)](https://fernando-herrera.com/#/)