This is a simple website that shows some pokemons and their informations.
Before start, make sure you meet these requirements:
- You have installed the latest stable version of
Vue CLI
To install, follow these steps:
Clone the project and run the command in the root directory:
npm install
npm run serve
npm run build
npm run lint
Test and enjoy! 😅
To contribute, follow these steps:
- Fork this repository.
- Create a branch with your feature name:
git checkout -b mynewfeature
. - Make your changes and confirm:
git commit -m 'messagehere'
- Push your change to the original branch:
git push origin mynewfeature
- Create the pull request.
Instead, you can check the GitHub documentation Creating a Pull Request.
This project is under license. Check the file LICENSE for more details.