Skip to content

vue add should work with plugins that don't have a generator #1017

Closed
@anthonygore

Description

@anthonygore

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions