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?
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?
npx nuxi init nuxt-app is the CLI command to run for a Nuxt3 app as shown here: https://v3.nuxtjs.org/getting-started/quick-start#new-project
create-nuxt-app is only for Nuxt2 apps. Nuxi is the way to go for Nuxt3.