1. 1
    Set up the Minimum Files Needed to Run Vue 3
    2m 45s

Set up the Minimum Files Needed to Run Vue 3

Share this video with your friends

Send Tweet

We'll discuss the minimum set of files that are required to get up and running with Vue.

We'll add an index.html file as our entry point, a main.js file that will contain our JavaScript code and a styles.css that will contain all of our CSS. We also load Vue into our project with UNPKG which exposes the Vue object to us.