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.

Components (Pt. 2)

In the last lesson, Vuetify Components Part 1, we started learning how to use Vuetify components by adding a global header and footer. In this lesson, we are going to take our app to the next level with

  • multi-page navigation
  • take a deeper dive into components docs
  • learn how to use more complex component

Managing navigation with Vuetify is no different than any other Vue app since all we need is Vue Router. In this lesson, I’ll go through the basic steps to use Vue Router, but for an in-depth exploration of Vue Router, make sure to check out our Real World Vue course where we teach you about Vue Router.

Let’s get started by opening up our project in our terminal.

Adding Navigation