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.

Installing with the Vue CLI

Installing with the Vue CLI

- [Instructor] Let's walk through the different options that you're presented with when working with the CLI. Now to get started, I'm going to issue a cd ~/Desktop command here, to make sure that I'm on the desktop, that you can place these files wherever you want. It's just more convenient for me as I'm doing this course to show you the installation in the desktop. Now, once I'm here, I can issue the Vue command. So I'll say Vue, create and then a name for my application, and you can use kebab case here. Now, if you're using Gitbash on a windows machine you'll have to run this a little bit differently. You'll have to say winpty, and then vue.cmd, and then the same create my-app command. Now, if you're running PowerShell you should be able to just use the Vue create and then whatever name you want for your application. We're going to go ahead and choose this option. And now you're going to be presented with a number of…

Contents