vuejs/vue-cli

Add --app-name arg to vue-cli-service

skironDotNet opened this issue · 0 comments

What problem does this feature solve?

I realized that while I can run multiple console apps the vue-cli-service serve with different port it's hard to remember which one is for which app. And using custom localhost domain is not a solution, because want (or need) to use localhost:port
would be nice to add additional argument maybe --app-name {name-here} and it would just display on top of the console

image

What does the proposed API look like?

see What problem does this feature solve?