https://github.com/artodeschini/vuepokemon
Projeto brincando com uma Api de Pokmon
https://github.com/artodeschini/vuepokemon
Last synced: 3 months ago
JSON representation
Projeto brincando com uma Api de Pokmon
- Host: GitHub
- URL: https://github.com/artodeschini/vuepokemon
- Owner: artodeschini
- Created: 2022-08-03T17:58:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T18:06:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T05:45:51.854Z (over 1 year ago)
- Language: Vue
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
Esté repositorio é um exercicio de utilização do framework [Vue.js](https://vuejs.org/)
Foi utilizado a [pokeapi](https://pokeapi.co/) para obter detalhes e imagens dos Pokemons
Utilizado para camada de apresentação CSS [bulma](https://bulma.io/)
É o [axios](https://www.npmjs.com/package/axios) para interagir com Vue.js e a pokeapi.
## Project setup
```npm
npm install
```
### Compiles and hot-reloads for development
```npm
npm run serve
```
### Compiles and minifies for production
```npm
npm run build
```
### Lints and fixes files
```nom
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### projeto criado
```bash
vue crea pokedex
cd pokedex
npm install bulma
npm install axios
```