https://github.com/marcoalvesalmeida/poke-vue
SPA criada com Vue.js para listagem de Pokemons através da PokéAPI. SPA created with Vue.js for listing Pokemons through PokéAPI.
https://github.com/marcoalvesalmeida/poke-vue
axios netlify typescript vue vue3
Last synced: about 1 month ago
JSON representation
SPA criada com Vue.js para listagem de Pokemons através da PokéAPI. SPA created with Vue.js for listing Pokemons through PokéAPI.
- Host: GitHub
- URL: https://github.com/marcoalvesalmeida/poke-vue
- Owner: marcoalvesalmeida
- Created: 2023-10-02T12:59:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T13:36:07.000Z (over 1 year ago)
- Last Synced: 2023-10-02T16:36:37.902Z (over 1 year ago)
- Topics: axios, netlify, typescript, vue, vue3
- Language: Vue
- Homepage: https://marco-poke-vue.netlify.app/
- Size: 274 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokeVue
[](https://app.netlify.com/sites/marco-poke-vue/deploys)>Esse projeto foi desenvolvido em um curso de Vue.JS onde usei diversas tecnologias para a criação dessa SPA. Aprendi diversos conceitos como Options API e Composition API.
Esse projeto lista os pokemons através do uso da PokeAPI, para criação dos serviços de busca utilizei o Axios.
Também usei a biblioteca animate.css para para criar animações e melhorar a UI/UX do site. Além disso, para o roteamento trabalhei com vue-router.
## Stack utilizada**Front-end:** Vue.JS, Typescript, Vue Router, Axios
**Back-end:** PokeAPI (https://pokeapi.co/)
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
yarn
```### Compile and Hot-Reload for Development
```sh
yarn dev
```### Type-Check, Compile and Minify for Production
```sh
yarn build
```