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.