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