https://github.com/lucasdsbr/vuejs_pokedex
https://github.com/lucasdsbr/vuejs_pokedex
javascript vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasdsbr/vuejs_pokedex
- Owner: lucasDSBR
- Created: 2023-10-07T16:39:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T16:42:23.000Z (over 1 year ago)
- Last Synced: 2025-01-05T04:28:23.090Z (5 months ago)
- Topics: javascript, vue
- Language: Vue
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokedex
Esta é uma Pokedex feita em Vue.js, para o curso Formação Node.js do Guia do programador:
### ✅ [Cursos em promoção](https://guiadoprogramador.com/cursos-em-promocao/)✅
### 🔝[Cursos gratuitos](https://guiadoprogramador.com/cursos-gratis/)🔝## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).