Closed
Description
What problem does this feature solve?
vue add
is probably the command that most people will want to use when adding new plugins to their project. Currently, it throws an error for plugins where there is no generator. It seems odd that the user would have to know to use npm i -D <plugin>
instead for plugins with no generator.
What does the proposed API look like?
vue add
will install the plugin then detect if the plugin has a generator, and if not, skip the invoke.