How to setup the app locally
Install Node.js and Yarn - see these gist instructions.
Clone the repo - or your own repo generated from the template
$ git clone git@github.com:MichaelCurrin/vue-quickstart.git
$ cd vue-quickstart
Install Node.js packages.
$ yarn install
To add syntax highlighting of .vue
files in VS Code, install an extension such as Vetur.