0.1.1 • Published 6 years ago

hapi-spa-serve v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hapi-spa-serve

Serve a single-page-app from hapi using inert

NOTE: Requires inert plugin to already be registered

Usage

const SPA = require('hapi-spa-serve')
const path = require('path')

SPA(server, {assets: path.join(__dirname, 'assets'), path: '/app'})

In case you're using an auth startegy you might want to set options to { auth: {mode: 'optional'} }

API

  • assets: String Absolute path to assets
  • path: String Optional path to serve the app, default: /
  • options: Object Optional options to add to the routes, default: null