VueJS

Web Application Path

Rate This Course

Please share your feedback

Skip

VueJS with Rob Tietje

Components & Props

Components & Props

VueJS

This lesson covers how to create components that are re-usable.

3m 51s
Completed
Lessons
Getting Started
1 Introduction 3m 15s
2 vue-cli & Vue Basics 7m 37s
3 Vue Basics p2 3m 54s
Fundamentals
4 v-for 2m 24s
5 Computed Fields 4m 13s
6 Vuex 3m 12s
7 v-bind:class 1m 26s
8 Components & Props 3m 51s
9 emit 2m 36s
ES6
10 ES6 Introduction 6m 48s
11 ES6 Arrow Functions 6m 25s
12 ES6 Odds & Ends 5m 7s
Odds & Ends
13 vue-resource 10m 44s
14 Vue Router 4m 35s
15 Backend Proxying 1m 6s
16 Event Bus 4m
Web Application
17 Final Project 2m 15s
Assignment
1

Using the previous assignment, create a TodoList component. Then have two todo lists in a web app, one for home and one for school. Test that they both work.