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.
npm install
npm run start
// open http://0.0.0.0:3000
Individual Vue SFC components are in src/vue/
A hapi.js server.