Skip to content

Pokèmon encyclopedia built using Vue.js and Typescript

Notifications You must be signed in to change notification settings

dj0nny/pokencyclopedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokencyclopedia

Build Status Netlify Status npm version npm version vue GitHub top language typescript

Pokèmon encyclopedia built using Vue.js

Getting Started

Prerequisites

For this project you need Node installed on your machine with Npm or Yarn

Installing

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.

Deployment

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/#/

Built with ❤️ using:

Contributing

Pull Requests for adding features ⇄ and ★ are welcome 😎