Is there a recommended way to have all the HTML pre-loaded for SEO purposes while using VueJS, without using SSR?
As the title implies, I need solid SEO and thus I need to have all the HTML loaded on my site on initial load. However, because the backend is written in PHP, and because it would be more work to…