Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Test-driving Vue 3 > Lesson 2

Setting up a Vue 3 app

To get us up and running quickly, we'll use Vue CLI version 4.5 to create a new Vue project which you can name vue3-experiment.

$ vue create vue3-experiment

Note that the recent version 4.5 of Vue CLI gives you the option to select either Vue 2 or Vue 3. If you're using an older version you'll need to manually change the Vue dependency to version 3 using NPM.

Resetting boilerplate

If you've used Vue CLI before you'll know that we get a number of boilerplate files.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom