1. 2
    Mount a Vue Application to the DOM and Render Reactive Data
    2m 21s

Mount a Vue Application to the DOM and Render Reactive Data

Share this video with your friends

Send Tweet

Because we've imported Vue with a UNPKG CDN, we can instantiate Vue and ensure that we have access to the Vue application within our HTML.

After doing this we will mount the application to a DOM element and render some data on to the screen