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
- Chapter 1
New Vue 3 Features
7 lessons • 36 min2:03
3:09
1:46
8:19
10:21
3:14
7:30
