Install Dependency
Overview
Once the project structure is ready, it is time to install and configure the module dependencies in the Master Data Management Service (MDMS). Follow the steps below to finalise these.
Steps
Add MDMS (Master Data Management Service) Configuration
Enable the module in
citymodule.json
before creating a new module. A sample module is available for reference here: citymodule.json.
For the purpose of illustration here, add the following module (birth registration) as given below:
Register the birth registration UI module in three places so that it will be available to the developer at runtime as well as at the time of deployment. Below are the three places where the module needs to be registered:
micro-ui/web/micro-ui-internals/package.json
micro-ui/web/micro-ui-internals/example/package.json
micro-ui/web/micro-ui-internalsWeb/package.json
Micro-ui-internals:- Open the micro-ui-internals package.json file and add this module as a dependency.
In the example/package.json, add the following line:
In the web/package.json, add the following line:
Last updated