Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dmitry-kurmanov opened this issue Feb 15, 2018 · 0 comments
Closed

Comments

@dmitry-kurmanov
Copy link

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",
...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant