Download The Starter Project
A little HTML, CSS, & JavaScript knowledge if recommended for this course.
Where to find
You can download the project starter here.
Open this up in your preferred text editor, and open the index page in the browser ready to begin!
What we will be building
This course covers multiple projects. We start with a simple personal portfolio/blog website. Provided is a starter project which includes the index.html
and styles.css
files.
This initial setup will allow us to focus on adding Vue.js to our project:

The content is static HTML. But soon, we will look at how we can convert this to use Vue.js.