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
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
The text was updated successfully, but these errors were encountered:
fuhuabin
changed the title
App running at improvement
'App running at' notice improvement
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
The text was updated successfully, but these errors were encountered: