Beautify with Vuetify

Lessons

1. Getting Started with Vuetify

7:31

2. Components (Pt. 1)

9:48

3. Components (Pt. 2)

14:35

4. Layouts: Grid System

10:13

5. Layouts: Responsive Design

8:22

6. Forms: Fundamentals

10:13

7. Forms: Validation

11:45

8. Directives

7:53

9. Themes

6:40
Notify me when new lessons are available.

Directives

Introduction


One of the great things about Vue.js is that it provides us with directives such as:

  • v-if / v-show: for toggling the display of an element
  • v-on: for listening to events on an element

And while these built-in directives cover many common use cases, the Vuetify team has included some useful directives in order to enhance your deve