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 iTo run the development app version
$ npm startTo create a distribution build
$ npm build