Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 618 Bytes

Vue.js SSR with Hapi.js

This is a POC for running a server side rendered Vue.js app, backed by a Hapi.js server.

The SSR structure was inspired by Vuetify SSR template.

Further documentation can be found at Vuetify SSR Guide or at Vue.js SSR Guide

Running

If you are here, you probably know the drill:

  • Clone the repo
  • Run npm install
  • Run npm run dev

Just make sure you are using node >= 8.9, since Hapi.js v17 only supports the most recent node releases.

License

MIT