Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

jameswragg/incremental-vue-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC/PoC - Incremental Vue SSR

SSR individual Vue components (with CSR hydration) in context of a server-rendered web app. CSR bundles + CSS delivered to browser on-demand.

NOTE: This is rough and ready, not for production.

Setup

npm install
npm run start

// open http://0.0.0.0:3000

Vue SFC Components

Individual Vue SFC components are in src/vue/

Server

A hapi.js server.

About

SSR individual Vue components (with CSR hydration) in context of a server-rendered web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published