Utility packages
️Utility packages provide typings and helpers to work with the micro-app context passed by the Core app to all micro-apps.
To install packages, use the following commands:
- Core package -
yarn install @wppopen/core - React package -
yarn install @wppopen/react - Angular package -
yarn install @wppopen/angular - Vue package -
yarn install @wppopen/vue
Utility packages release process
All utility packages are released together and always share the same version. Whenever any package requires an update, all packages are version-bumped and released together. Refer to https://semver.org/ for versioning rules.