The pokémon database developed in the Vue.js framework.
- 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.
VSCode + Volar (and disable Vetur).
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.
This software uses the following packages and features:
MIT