nuxt/cli

Adding modules when creating the project

Opened this issue · 0 comments

Describe the feature

I was thinking there should be a way to add modules to the project when creating it. Heres an example:

npx nuxi@latest init project-name -M tailwindcss eslint

The -M denotes the modules to be installed and added to the Nuxt config.

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks