Difference between generate function and prerender-spa-plugin
[issue link]Hello!
In the company I work for, we currently have a Laravel backend with without Node. I would like to code all the frontend in Vue. However I read some articles saying SPAs are bad for SEO and that pre-rendering was suggested over SSR when Node is not an option.
I have found the following plugin:
What is the difference between the generate function in Nuxt and this plugin? What about page transitions? Does Nuxt generate rely on the same mechanisms?
Thanks for your help!