Skip to content

Commit 57623b2

Browse files
rstoenescuphanan
authored andcommitted
Adding Quasar Framework (#1857)
1 parent 11043a1 commit 57623b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/guide/ssr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ We have created a standalone guide for creating server-rendered Vue applications
1111
## Nuxt.js
1212

1313
Properly configuring all the discussed aspects of a production-ready server-rendered app can be a daunting task. Luckily, there is an excellent community project that aims to make all of this easier: [Nuxt.js](https://nuxtjs.org/). Nuxt.js is a higher-level framework built on top of the Vue ecosystem which provides an extremely streamlined development experience for writing universal Vue applications. Better yet, you can even use it as a static site generator (with pages authored as single-file Vue components)! We highly recommend giving it a try.
14+
15+
## Quasar Framework SSR + PWA
16+
17+
[Quasar Framework](https://quasar-framework.org/) will generate an SSR app (with optional PWA handoff) that leverages its best-in-class build system, sensible configuration and developer extensibility to make designing and building your idea a breeze. With over one hundred specific "Material Design 2.0"-compliant components, you can decide which ones to execute on the server, which are available in the browser - and even manage the `<meta>` tags of your site. Quasar is a node.js and webpack based development environment that supercharges and streamlines rapid development of SPA, PWA, SSR, Electron and Cordova apps - all from one codebase.

0 commit comments

Comments
 (0)