DEV Community

Discussion on: [Unresolved] Does anyone know how to make SPA work with SEO meta tags?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

prerendering services

I know that that is prerender-spa-plugin, but still, it is problematic for asyncData, especially for APIs. Nuxt.js solves this. But sometimes I want to use simply Vue CLI.

Collapse
 
pchauhan13 profile image
Prashant Singh Chauhan

Yes, Nuxt.js will solve it but other than using server side rendering in vue, vue cli won't be able to do much for you.