Skip to content

Commit f27fce0

Browse files
feat: added Vite to SSR (#973)
1 parent 88c80d0 commit f27fce0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/guide/ssr.md

+10
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ Properly configuring all the discussed aspects of a production-ready server-rend
1111
## Quasar Framework SSR + PWA
1212

1313
[Quasar Framework](https://quasar.dev) 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, Capacitor and Cordova apps—all from one codebase.
14+
15+
## Vite SSR
16+
17+
[Vite](https://vitejs.dev/) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
18+
19+
- A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).
20+
21+
- A build command that bundles your code with [Rollup](https://rollupjs.org/), pre-configured to output highly optimized static assets for production.
22+
23+
Vite also provides built-in [support for server-side rendering](https://vitejs.dev/guide/ssr.html). You can find an example project with Vue [here](https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue)

0 commit comments

Comments
 (0)