This is my first contact with VueJS. I'm following VueJS guide to learn the basics of this framework. Not all the examples are here, just the ones I judge more relevant to accomplish the basics.
To run this on your machine, clone this repository on your machine, then run the following commands on the project root folder:
npm install
npm run dev