nuxt 2.15.7 is installed by default while creating nuxt app

Viewed 19

I want to create a nuxt app (version 3) in vue and when I enter the command npm create nuxt-app@version mousa it installs nuxt2 by default.

How to install nuxt3 with this command?

1 Answers
Related