Skip to content

Add eject information to README/add eject functionality #861

Closed
@soanvig

Description

@soanvig

What problem does this feature solve?

The new vue-cli 3.x.x lacks eject option (either only in README or in whole project). The README mentions:

At the same time, it still offers the flexibility to tweak the config of each tool without the need for ejecting.

Projects created by Vue CLI allows you to configure almost every aspect of the tooling without ever needing to eject.

But no such command exist, or no such command is mentioned in README.

What does the proposed API look like?

yarn eject -> yarn run eject

  • confirmation, that this is unrevesable action.

It should then immediately fallback whole project directory into standard Vue/Webpack project directory known from vue-cli 2.x.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions