https://github.com/rodrigo-dev7/pokedex
Selecionar pokemons
https://github.com/rodrigo-dev7/pokedex
javascript pokedex vuejs
Last synced: 25 days ago
JSON representation
Selecionar pokemons
- Host: GitHub
- URL: https://github.com/rodrigo-dev7/pokedex
- Owner: Rodrigo-dev7
- Created: 2021-03-12T12:32:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T12:35:29.000Z (about 4 years ago)
- Last Synced: 2025-02-08T08:32:43.248Z (3 months ago)
- Topics: javascript, pokedex, vuejs
- Language: Vue
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokedex
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).