Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Vue.js 2 Master Class

The NavBar thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

The NavBar

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is out!

It’s time to add a NavBar to our application. It helps us navigate around and also see which user is the authenticated one.

We cover something new in this lesson: Single-instance components.

Single instance components are components that will be used once per page and do not accept any props. The style guide recommends that you name single-instance components with a “The” prefix, since there can only be one instance of the component.