# Vue JS basics
This lecture is divided in 8 parts where I go through the basics of Vue, all parts are uploaded to YouTube and can be accessed through the links below.
Be sure to follow along and write the same code as I am to understant what we're soing and send and questions to me at linus.rudbeck@redcapes.se
- Vue basics 1 - Install node & vue
- Vue basics 2 - Create new project
- Vue basics 3 - Important files
- Vue basics 4 - Routing
- Vue basics 5 - Vue file parts
- Vue basics 6 - Methods & @click
- Vue basics 7 - Conditionals
- Vue basics 8 - Loops
# Recommended reading
You're recommended to read the documentation as well since this will be needed whenever you're stuck or if you don't know how to tackle a task.