This module introduces learners to basic techniques in HTML and CSS. A short demo is also provided to give learners a glimpse of what executing a VueJS application is like.
Vue Overview
This module will provide learners with a general overview of VueJS. Specifically, learners will be exposed to VueJS templates and mustaches, computed props, and directives.
Putting the Vue Together
This final VueJS module will teach learners how to connect multiple components together and make them actionable. At the end of this module, learners will produce a fully developed VueJS application.