@hortiview/modulebase 0.0.1 → 0.0.11325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# ModuleBase
|
|
2
|
-
The ModuleBase provides a set of components and functions, to get the modulefederation within HortiView to work.
|
|
3
|
-
To get a more detailed description about the modulefederation-process in HortiView, please [visit the documentation](https://docs.hortiview.com/)
|
|
4
|
-
|
|
5
|
-
It will handle the navigation/routing, breadcrumb translations, usage of Common- and ModuleAPI and my more.
|
|
6
|
-
|
|
7
|
-
> This package is is not the ModuleTemplate.<br />
|
|
8
|
-
> It only provides basic and nessecary functions for the implementation of module federation within HortiView
|
|
1
|
+
# ModuleBase
|
|
2
|
+
The ModuleBase provides a set of components and functions, to get the modulefederation within HortiView to work.
|
|
3
|
+
To get a more detailed description about the modulefederation-process in HortiView, please [visit the documentation](https://docs.hortiview.com/)
|
|
4
|
+
|
|
5
|
+
It will handle the navigation/routing, breadcrumb translations, usage of Common- and ModuleAPI and my more.
|
|
6
|
+
|
|
7
|
+
> This package is is not the ModuleTemplate.<br />
|
|
8
|
+
> It only provides basic and nessecary functions for the implementation of module federation within HortiView
|