ui5-middleware-index
v3.1.3
Published
UI5 middleware for delivering a dedicated welcome/start page
Readme
UI5 middleware for delivering a welcome/start/'index' page to the client
:wave: This is an open‑source, community‑driven project, developed and actively monitored by members of the UI5 community. You are welcome to use it, report issues, contribute enhancements, and support others in the community.
Middleware for ui5-server, delivering the $index.html of choice (instead of the directory listing).
Prerequisites
- Requires at least
@ui5/[email protected](to supportspecVersion: "3.0")
:warning: UI5 CLI Compatibility All releases of this UI5 CLI extension using the major version
3require UI5 CLI V3. Any previous releases below major version3(if available) also support older versions of the UI5 CLI. But the usage of the latest UI5 CLI is strongly recommended!
Install
npm install ui5-middleware-index --save-devConfiguration options (in $yourapp/ui5.yaml)
- debug:
<boolean>, default:false - welcomeFile:
<string>, default:index.htmlthe file to redirect to when the root path/is requested - index:
<string>, default:index.htmldeprecated file inside$yourappto deliver forhttp://<host>:<port>/
Usage
- Define the dependency in
$yourapp/package.json:
"devDependencies": {
// ...
"ui5-middleware-index": "*"
// ...
}- configure it in
$yourapp/ui5.yaml:
server:
customMiddleware:
- name: ui5-middleware-index
afterMiddleware: compression
configuration:
welcomeFile: "index_peter.html"How it works
The middleware delivers the configured index HTML-file to the client if the FQDN + trailing slash / is requested in the browser.
Development
If you want to contribute to ui5-middleware-index, please use Prettier for code formatting/style and apply the rules from ./.prettierrc. Thanks 🙏!
License
This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0 but finally you can choose between one of them if you use this work.
When you like this stuff, buy @vobu, @stefanbeck3, github.com/margopolo a beer or buy @pmuessig a coke when you see them.
