Closed
Description
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
Labels
No labels