Search⌘ K
AI Features

Summary

Explore how to build Vue applications using TypeScript by setting up the environment, managing data with props and state, communicating through events, and using computed properties. Learn to structure an interactive shopping cart through component breakdowns and template control.

We'll cover the following...

Overview

In this chapter, we explored the Vue JavaScript framework and built a shopping cart application using it.

We can distill the key takeaways from this chapter into the following:

  • We set up a Vue ...