From the course: Vue.js 2 Essential Training

Unlock the full course today

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

Installing projects using the Vue CLI

Installing projects using the Vue CLI

From the course: Vue.js 2 Essential Training

Start my 1-month free trial

Installing projects using the Vue CLI

- [Instructor] Although you can work with Vue.js, by simply adding a script tag, to an existing HDMI page, if you want to work with more advanced features like routing, you're going to want to work with a more powerful build tool. Now this is also what you would want to use, if you want to create an application, instead of inserting Vue.js into an existing web site. So an application won't mean, that the entire project is going to be essentially just a vue.js app instead of sort of part of something else. So, the official tool for building applications with Vue.js is the Vue CLI, CLI stands for a Command Line Interface, and you can find that of course at this you are url, and you're going to need to use these in a terminal application, I'm going to use something called Hyper, which you can get at hyper dot.io, to issue my commands but you can also use the Mac terminal, or if you're in a PC something like GID bash so that you can run Linux Style Commands. Now this does have a few…

Contents