/wall-of-fame-vue

Vue.js 2, vuex 2 & vue-router 2 boilerplate

Primary LanguageJavaScript

Wall Of Fame - VueJS Client

This is the client-side implementation of the Wall Of Fame project using VueJS.

Requirements

  • Node Version > 6
  • NPM

Installation

$ git clone https://github.com/DerrickJames/wall-of-fame-vue.git
$ cd wall-of-fame-vue && npm i

To run the development app version

$ npm start

To create a distribution build

$ npm build