Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius0026/hapi-vue-ssr
Vue.js app server-side rendered with Hapi.js
https://github.com/vinicius0026/hapi-vue-ssr
hapi hapijs node nodejs ssr vue vue-ssr vuejs
Last synced: 3 days ago
JSON representation
Vue.js app server-side rendered with Hapi.js
- Host: GitHub
- URL: https://github.com/vinicius0026/hapi-vue-ssr
- Owner: vinicius0026
- Created: 2017-11-09T02:12:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T04:37:29.000Z (almost 2 years ago)
- Last Synced: 2023-05-07T10:06:17.247Z (over 1 year ago)
- Topics: hapi, hapijs, node, nodejs, ssr, vue, vue-ssr, vuejs
- Language: JavaScript
- Size: 792 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/vuetifyjs/webpack-ssr).Further documentation can be found at
[Vuetify SSR Guide](https://vuetifyjs.com/guides/server-side-rendering) or
at [Vue.js SSR Guide](https://ssr.vuejs.org/en/)# 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