What is new in Vue 3
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Vue 3 Project Structure

In this lesson, we'll learn how to install the latest version of the Vue CLI (called next) that allows us to use Vue 3. We will also take a look through the project structure we get when initializing a new Vue 3 project.

Command to install the next version of Vue CLI globally:


yarn global add @vue/cli@next
# OR
npm install @vue/cli@next --global