Skip to content

fabio-aug/vue-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Dex

The pokémon database developed in the Vue.js framework.

screenshot

Key Features

  • Vue.js framework for building the application;
  • Creation of routes with vue-router;
  • Rest API consumption for data fetching;
  • Bootstrap for application stylization;
  • Code componentization.

Recommended Setup

VSCode + Volar (and disable Vetur).

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/fabio-aug/vue-dex.git

# Go into the repository
$ cd vue-dex

# Install dependencies
$ npm install

# Run the app
$ npm run dev

# Or Compile and Minify for Production
$ npm run build

Note If you don't use Linux and don't have bash, do whatever flow you think is most appropriate.

Credits

This software uses the following packages and features:

License

MIT