From the course: Building Vue and Node Apps with Authentication

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create and configure the Vue.js project

Create and configure the Vue.js project

From the course: Building Vue and Node Apps with Authentication

Start my 1-month free trial

Create and configure the Vue.js project

- [Instructor] Let's begin by installing the Vue CLI. This is a command line tool that will create all of the necessary files and folders for a Vue project. And in order to use this, you'll need to have Node. So make sure you have the latest version installed. We'll continue by hitting the Get Started button. Then we'll go to Installation, and we can see that using "npm" will install Vue CLI globally. So I'll just copy that, and let's go to our Command Prompt window. since we're installing this globally. Let's paste that in and hit Enter. Now that the Vue CLI tool is finished installing, let's go ahead and go back to the website, and below Installation, inside Basics, we'll see Creating a Project. Here we can copy the command for creating a new project, go back to our command line and paste that in. And instead of calling it "hello world", I'll call it "frontend", and I'll hit Enter. I'll use the default and hit Enter, and now the CLI will do it's thing and install all of the…

Contents