nuxt / cli

⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
267 stars 65 forks source link

Is it possible to support with integrating to (name, Nuxt options, UI framework, TypeScript, linter, testing framework, etc as we done in nuxt 2 #312

Open zhonghuali opened 1 year ago

zhonghuali commented 1 year ago

Describe the feature

In nuxt3 ,create a empty project , there are not questions like to select (name, Nuxt options, UI framework, TypeScript, linter, testing framework, etc as we done in nuxt 2. The zero configration that reason of I choose Nuxt , do we still support it as nuxt2 in Nuxt3 create project?

Additional information

Final checks

Nethrenial commented 1 year ago

I don't think that's hard to implement. I believe the team wants to make the ecosystem stable enough by updating all the major modules to stable nuxt3 versions first so projects using nuxt2 can migrate without any headaches, then they'll add a scaffolding feature to the CLI.