From the course: Vue.js 3 Essential Training

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Overview of installation

Overview of installation

- [Narrator] All right, so let's take a look at what we got when we installed with the Vue CLI the default installation. I'm going to cover almost all of these files except for the public and SRC folder which I will do in the next video. First off is the read me file, which will have instructions as to how you need to run this project. So I can do these with the built in terminal and visual studio code. So I'm going to say view and then terminal. And in here I can run any of these commands. So you can see that I can run the NPM install. It's already done that for me when I issued the terminal commands earlier. So I don't need to do that one. But you can run NPM run serve, so let's try that. And it should launch a website that displays the application that we've built. All right, so it's actually going to give you a link to opening this app so you can see that it says option click. So here you can see what the…

Contents