https://github.com/victorsouza19/pokedex
:rocket: A Pokedex using data from PokeAPI.
https://github.com/victorsouza19/pokedex
axios bootstrapvue vuejs
Last synced: 5 months ago
JSON representation
:rocket: A Pokedex using data from PokeAPI.
- Host: GitHub
- URL: https://github.com/victorsouza19/pokedex
- Owner: victorsouza19
- License: mit
- Created: 2021-11-25T02:10:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T01:13:04.000Z (over 4 years ago)
- Last Synced: 2025-10-12T14:32:57.112Z (10 months ago)
- Topics: axios, bootstrapvue, vuejs
- Language: Vue
- Homepage:
- Size: 453 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pokédex






> This is a simple website that shows some pokemons and their informations.
## 💻 Prerequisites
Before start, make sure you meet these requirements:
* You have installed the latest stable version of `Vue CLI`
## 🚀 Project Setup
To install, follow these steps:
Clone the project and run the command in the root directory:
```
npm install
```
## ☕ Using Pokédex
### 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/).
Test and enjoy! 😅
## 📫 Contributing for Pokédex
To contribute, follow these steps:
1. Fork this repository.
2. Create a branch with your feature name: `git checkout -b mynewfeature`.
3. Make your changes and confirm: `git commit -m 'messagehere'`
4. Push your change to the original branch: `git push origin mynewfeature`
5. Create the pull request.
Instead, you can check the GitHub documentation [Creating a Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## 🤝 Contributors
## 📝 License
This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.
[⬆ Go back to the top!](#Pokédex)
