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
- Host: GitHub
- URL: https://github.com/walterkstro/game-pokemon
- Owner: WalterKstro
- Created: 2022-02-08T17:24:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T18:55:09.000Z (over 4 years ago)
- Last Synced: 2025-01-19T09:09:59.431Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).