Work with data and events in Vue.js

Intermediate
Student
Developer
Azure Static Web Apps

Dynamic web applications typically allow users to interact with the page and data. In this module, you'll see how to add forms to a Vue.js page and respond to user events. You'll also see how to add computed values that can be calculated based on updates to the data.

Learning objectives

In this module, you'll:

  • Work with forms.
  • Add events.
  • Compute properties.

Prerequisites

Familiarity with:

  • HTML or CSS
  • Git
  • npm
  • JavaScript