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
When I have multiple vue apps running, it'd be nice to have a single click to open up any of them. Right now it takes 3-4 clicks to get to the Project tasks -> serve -> open app
Since the apps all run at different urls depending on the order executed, having an open app btn is really handy.
What does the proposed API look like?
If vue project has the serve task being run (as when the blue icon appears on the project manager), then show an icon to open the app at the url it's being hosted on.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
When I have multiple vue apps running, it'd be nice to have a single click to open up any of them. Right now it takes 3-4 clicks to get to the Project tasks -> serve -> open app
Since the apps all run at different urls depending on the order executed, having an open app btn is really handy.
What does the proposed API look like?
If vue project has the
serve
task being run (as when the blue icon appears on the project manager), then show an icon to open the app at the url it's being hosted on.The text was updated successfully, but these errors were encountered: