From the course: Learning Vue.js

Unlock the full course today

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

Adding Vue.js to a project

Adding Vue.js to a project - Vue.js Tutorial

From the course: Learning Vue.js

Start my 1-month free trial

Adding Vue.js to a project

- [Instructor] Whether you're starting a new project or you have an existing project that you're considering using Vue for, getting set up is simple. At the time I'm recording this course, the Get Started button on the vuejs.org homepage still points to the version 2 guide. So instead, we'll click up here to get to the version 3 guide and then click Get Started. So, if I click this Installation button here I'm presented with several different ways to get set up. The first, Import from a CDN, really just means adding a script tag to an HTML page. And I could do that with the CDN URL, or I could download it and host the script locally. If you're familiar with the command line package manager, NPM then you probably know that most JavaScript libraries and frameworks that are still used today are available as downloadable packages that can be automatically installed with those tools. Vue CLI, or command line interface, is just…

Contents