Vue.js 3 Fundamentals with the Composition API

The Vue Application Instance

In this lesson, we learn about the Vue application instance and how to mount it to the DOM. While working in the Vue.js playground, this was done behind the scenes for us. Working in the local project now, we can see how it works by looking at the generated main.js file.

Links