fe-home
/
1.5.1
fe-home 1.5.1
Install from the command line:
Learn more about npm packages
$ npm install @openimis/fe-home@1.5.1
Install via package.json:
"@openimis/fe-home": "1.5.1"
About this version
This repository holds the files of the openIMIS Frontend Home reference module. It is dedicated to be deployed as a module of openimis-fe_js.
-
core.Router
: registering thehome
route in openIMIS client-side router.
-
home.HomePage.Container
: Use to override the container of the homepage completely (default: displayhome.HomePage.Blocks
) -
home.HomePage.Blocks
: Blocks displayed on the homepage. The currentuser
is passed to each contribution. An example of block can be found on the Claim management module