Despite reading up on SSR documentation, I am struggling to make it work (I feel lost).
I created the project with Vue CLI using 'vue new frontend'. I opted for typescript and configured all settings in package.json. Additionally, I am utilizing the Vue router. Most tutorials suggest using Express for SSR implementation but I prefer not to. How can I utilize Vue router to render my pages with an SSR renderer?