Tour of the project files
Let's do a brief tour of the files in this project now. There are actually only two main files that we're going to be working with to write our Vue app, which are index.html, and, if you go into this public directory, you'll see script.js.
script.js
Looking inside script.js, you can see that it currently just has a console.log statement in there to confirm that it's working and being loaded by the browser.
Click to load comments...