rconnect single page application

Hello,

Is is possible to use Vue Router to deploy a single-page application under RConnect?

That is, can a deployed Connect app use URLs like this to jump directly to different pages/tabs?

https://company.com/rconnect/myapp/
https://company.com/rconnect/myapp/tab_one/
https://company.com/rconnect/myapp/tab_two/

Can those tabs have their own parameters, as in:

https://company.com/rconnect/myapp/tab_three?foo=bar

I know that top-level parameters can be passed in, like this:

https://company.com/rconnect/myapp?param=value

but what about actual tabs/pages? Vue Router uses this mechanism. Is there a way to get RConnect to allow URL constructs like this to be passed to the application?

Thank you.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.