The video for this lesson is currently being updated, please read the transcript instead.

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.

To view the complete lesson you'll need to login or join this course.


Click to load comments...