Middleware adding support for Single Page Applications to lws
npm install lws-spa





lws middleware plugin adding support for Single Page Applications. For usage instructions, see here).
Adds the following options to lws.
``spa.asset-test-fs
--spa, -s file Path to a Single Page App, e.g. app.html.
--spa.asset-test RegExp A regular expression to identify an asset file. Defaults to ".", meaning the
server will only read from disk if the requested path contains a ".". This
option is more efficient than .spa.asset-test
--spa.asset-test-fs Use the filesystem to identify an asset file. If the file exists on disk,
serve it else return the SPA. If specified, will be ignored.spa.asset-test
This option is less efficient but more reliable than .``
*
© 2016-24 Lloyd Brookes \<75pound@gmail.com\>.
Tested by test-runner.