/github-projects

This application displays Github projects from author, and displays project's README in project details view.

Primary LanguageVue

Github Projects

This application displays Github projects from author, and displays project's README in project details view.

Instructions

Note: This guide assumes you have npm installed locally.

  1. Clone this repo with git clone.
  2. Install dependencies by running npm install.
  3. Run a development server with npm run serve.

Technologies

This project is scaffolded using vue cli and built with the following technologies:

  1. HTML
  2. CSS
  3. Vue.js
  4. Bootstrap

Build for production

  1. Compiles and minifies the project for production with npm run build.