How do I integrate VueRouter into an existing Rails app?
Hi,
I'm trying to get VueRouter working with an exisiting Rails app and I'd like to delegate the routing to VueRouter when it comes to the VueJS part of the app.
Basically I'd like VueJS to take care of any routes that are of the form ../vuesection/xxxxx
What's the best approach to do this?
Thanks
Q