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 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
What does the proposed API look like?
see What problem does this feature solve?
The text was updated successfully, but these errors were encountered:
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:portwould be nice to add additional argument maybe
--app-name
{name-here} and it would just display on top of the consoleWhat does the proposed API look like?
see What problem does this feature solve?
The text was updated successfully, but these errors were encountered: