Skip to content

Additional "npm start" for the package.json in generated projects #841

Closed
@dmitry-kurmanov

Description

@dmitry-kurmanov

What problem does this feature solve?

I think that the "npm start" (without "run") is the default way to start js projects. So it would be great to get possibility to call the "serve" script via the "npm start".

What does the proposed API look like?

"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
...
}

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