Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NuXT Server-side Rendering for frontend in V2 #12

Open
SheldonHH opened this issue May 16, 2019 · 0 comments
Open

Implement NuXT Server-side Rendering for frontend in V2 #12

SheldonHH opened this issue May 16, 2019 · 0 comments
Labels
enhancement New feature or request UI

Comments

@SheldonHH
Copy link
Contributor

SheldonHH commented May 16, 2019

NuxT framework

https://nuxtjs.org/

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.

@SheldonHH SheldonHH changed the title Server-side Rendering for frontend Implement NuXT Server-side Rendering for frontend in V2 May 16, 2019
@libhasheos libhasheos added enhancement New feature or request UI labels May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI
Projects
None yet
Development

No branches or pull requests

2 participants