xxxxxxxxxx
npx nuxi init <project-name>
npx nuxi init nuxt-app-proj
Nuxt project is created with v3 template. Next steps: 5:04:08 am
› cd nuxt-app-proj 5:04:08 am
› Install dependencies with npm install or yarn install or pnpm install 5:04:08 am
› Start development server with npm run dev or yarn dev or pnpm run dev