I recently integrated Vue.js into my CMS-backed website to handle a specific UI feature involving tabs that switch content on the page. Now, I'm looking for a way to make these tabs deeplinkable so that a specific tab is active when the page loads. While I know I can achieve this using a URL hash, I'm curious if it's possible to utilize the Vue.js router instead. However, I haven't come across any resources on how to add the router to an existing site that isn't fully powered by Vue.js.
Is there a method to incorporate vue-router without requiring any additional server configuration?