Pokèmon encyclopedia built using Vue.js
For this project you need Node installed on your machine with Npm or Yarn
You can clone this repository using Git:
git clone https://github.com/dj0nny/pokencyclopedia.git
Or download the repository here
Open a terminal and type, inside the directory:
npm install
# OR
yarn install
for installing all the dependencies. At the end type, in the same folder:
npm run serve
# OR
yarn serve
for running the Vue.js development server. It will be up and running at this address: http://localhost:8080.
You can also create a build version of this repository running the command:
npm run build
# OR
yarn build
A deployed version is available on Netlify at this URL: https://determined-mahavira-ffd5b1.netlify.com/#/
- Vue.js - A Javascript framework
- TypeScript - Javascript based-type language
- Vuex - Centralized State Management for Vue.js
- Pokedex-promise-v2 API - An easy way to use Pokeapi v2 with promises in Node.js
- vue-property-decorator - Typescript decorators for Vue.js components
- vuex-module-decorators - Typescript decorators for Vuex modules
Pull Requests for adding features ⇄ and ★ are welcome 😎