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

'App running at' notice improvement #5229

Open
fuhuabin opened this issue Mar 2, 2020 · 1 comment
Open

'App running at' notice improvement #5229

fuhuabin opened this issue Mar 2, 2020 · 1 comment

Comments

@fuhuabin
Copy link

fuhuabin commented Mar 2, 2020

What problem does this feature solve?

After project start,there comes a console notice like 'App running at:'. When i run multi projects,their notice are almost the same except the port. My projects have different names in package.json. So i think the 'App' in notice may be an argument that i can pass my project name to it. Then i can distinguish which project my current console is working for. Thank you!

What does the proposed API look like?

maybe like
{
appName: 'my project'
}
in vue.config.js

@fuhuabin fuhuabin changed the title App running at improvement 'App running at' notice improvement Mar 2, 2020
@LinusBorg
Copy link
Member

LinusBorg commented Mar 4, 2020

I like the idea. Would rather do this as a CLI parameter tough, e.g.

vue-cli-service serve --appName AdminFrondend
vue-cli-service serve --appName Documentation

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

No branches or pull requests

2 participants