https://github.com/beyondjs/kernel
https://github.com/beyondjs/kernel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beyondjs/kernel
- Owner: beyondjs
- License: mit
- Created: 2022-09-19T16:05:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T14:14:10.000Z (about 1 year ago)
- Last Synced: 2025-03-28T15:25:42.278Z (about 1 year ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to @beyond-js/kernel
This package contains a set of essential utility functionalities for developing projects in BeyondJS.
With `@beyond-js/kernel`, you have access to the `Events` and `routing` modules, allowing you to easily manage events
and navigate between microfrontends in your BeyondJS application.
To start using this package, simply import the required functionality into your project:
```
import {Events, routing} from '@beyond-js/kernel'
```