You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
dmitry-kurmanov
changed the title
Additional "npm start" for the package.json
Additional "npm start" for the package.json in generated projects
Feb 15, 2018
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",
...
}
The text was updated successfully, but these errors were encountered: