Setting Up a Project
These instructions assume you have already installed the necessary dependencies (such as NodeJS) VueJS requires.
- Go to https://github.com/vuejs-templates
- Select a template. We'll be using webpack-simple
- Follow the instructions under 'Usage'
- Note, I've run into issues post-installation when running 'npm run dev'. The issue complained about a missing dependency. Updating NodeJS fixed the issue.