You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Side Rendered (Universal)
The most popular mode for Nuxt. With SSR, also called "universal" or "isomorphic" mode, a Node.js server will be used to deliver HTML based on your Vue components to the client instead of the pure javascript. Using SSR will lead to a large SEO boost, better UX and more opportunities (compared to a traditional Vue SPA).
Because implementing SSR on your own can be really tedious, Nuxt.js gives you full support out of the box and will take care of common pitfalls.
The text was updated successfully, but these errors were encountered:
SheldonHH
changed the title
Server-side Rendering for frontend
Implement NuXT Server-side Rendering for frontend in V2
May 16, 2019
NuxT framework
https://nuxtjs.org/
The text was updated successfully, but these errors were encountered: