Server-side rendering


##Table of Contents

  • ##SSR Complete Guide

  • Nuxt.js

  • Quasar Framework SSR PWA


SSR Complete Guide

After the release of 2.3 we released a complete guide for building Vue server-side rendering applications . This guide is very in-depth and suitable for developers who are already familiar with Vue, webpack and Node.js development. Please move to
ssr.vuejs.org

.


Nuxt.js

Build a server-side rendering application from scratch is quite complex. Luckily, we have an excellent community project
Nuxt.js

that makes this very easy. Nuxt is a higher-level framework based on the Vue ecosystem, which provides an extremely convenient development experience for developing server-side rendered Vue applications. What’s even cooler is that you can even use it as a static site generator. Recommended to try.


##Quasar Framework SSR PWA

Quasar Framework
It can generate (optionally interoperable with PWA) SSR applications through its first-class build system, reasonable configuration and developer extensibility, making it easy to design and build your ideas. You can select and implement more than hundreds of components that comply with "Material Design 2.0" on the server side and make them available on the browser side. You can even manage your site’s

<meta> tags. Quasar is a development environment based on Node.js and webpack, which can complete the rapid development of SPA, PWA, SSR, Electron and Cordova applications through one set of code.