We work a lot with Vuejs as Single Page Application (SPA). Vue meets many requirements is very popular.
In terms of SEO and social media links has faced some challenges. We also want to upscale applications and have therefore shortlisted Nuxt. Specifically, the Static Page Generation feature.
The approach is to host the pages in an S3 or GitHub Pages SEO friendly.
Is there any way we can embed Vuejs on Nuxt statically generated pages to make REST API calls such as for product searches and their results? The point is to get a dynamic for non possible static generated pages. For example, for product searches, etc. I'm talking about a mixture of static pre generated pages on which dynamic Vuejs content can be executed.
BTW: We are not talking about generating dynamic routes.