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

https://github.com/walterkstro/game-pokemon

Pruebas unitarias, con Jest, a una aplicación de Vuejs
https://github.com/walterkstro/game-pokemon

Last synced: 9 months ago
JSON representation

Pruebas unitarias, con Jest, a una aplicación de Vuejs

Awesome Lists containing this project

README

          

# 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
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).