Introduction to Vue 3

Introduction to Vue 3

4 hours, 57 minutes CC

Get started quickly with the Vue.js JavaScript framework. You’ll learn how to build reusable components and make them flexible with props, lifecycles, and slots. Use directives to build functionality with markup and learn to make your own custom directives. And learn what’s new in Vue 3 and how to abstract functionality with the new Composition API!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: October 20, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Directives, Modifiers & Data Rendering

Methods, Computed Properties & Watchers

Components & Props

App Development

Animations

Composition API & Custom Directives

Vuex

Wrapping Up