This is the client-side implementation of the Wall Of Fame project using VueJS.
- Node Version > 6
- NPM
$ 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