cli
cli copied to clipboard
`nuxi add` and `nuxi module add`
If you want to add a component, ... to the project, you will typically use the:
nuxi add component
Meanwhile, to add a module, you would use:
nuxi module add
I think it would be good to unify this, as the current usage can be really confusing.
You mean unify as nuxi add <target> ?
You mean unify as
nuxi add <target>?
Exactly.
Similar comment here
What do you think should be done with nuxi module search in this scenario (and ideas like https://github.com/nuxt/cli/issues/281)?