- Make sure you have
node.js
,yarn
andgit
installed. - Clone this git repository.
- Open the project in the IDE of your choice.
- To test if everything is up and running, navigate to the
lab1
folder and runyarn && yarn serve
. A website should get started on thelocalhost:8080
(it may be a different port though, you will see the correct link in the command line).
- Lab 1 - Displaying data and reacting to user events
- Lab 2 - Template syntax
- Lab 3 - Reacting to events
- Lab 4 - Component composition
- Lab 5 - Computed properties and watchers
- Lab 6 - Forms
- Lab 7 - CSS
- Lab 8 - Routing
- Lab 9 - Component lifecycle
- Lab 10 - State management with Vuex
- Lab 11 - Slots
- Lab 12 - Filters and mixins
- Lab 13 Is a freeform practice of Vue CLI and Vue devtools
- Lab 14 - Testing