This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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