Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenpress/microf
Almost-zero-configuration plugins to create micro-frontends infrastructure.
https://github.com/greenpress/microf
hacktoberfest javascript microfrontends typescript vue
Last synced: 3 months ago
JSON representation
Almost-zero-configuration plugins to create micro-frontends infrastructure.
- Host: GitHub
- URL: https://github.com/greenpress/microf
- Owner: greenpress
- License: mit
- Created: 2021-08-07T10:45:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T09:46:18.000Z (over 3 years ago)
- Last Synced: 2024-11-06T09:43:16.257Z (4 months ago)
- Topics: hacktoberfest, javascript, microfrontends, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 42
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @microf
This repository manages several libraries to manage micro-frontend applications, with (almost) zero configurations.
## existing packages:
- @microf/vue-host:
- [docs](./packages/vue-host/README.md)
- [npm](https://www.npmjs.com/package/@microf/vue-host)
- @microf/vue-child:
- [docs](./packages/vue-child/README.md)
- [npm](https://www.npmjs.com/package/@microf/vue-child)
Those packages are at alpha stage - please try them and share your opinion.
There are many ways to help this project, and you can do it by:
* Open issues.
* Fix bugs.
* Suggest ideas.
* Improve the Typescript interfaces.
* Improve the documentation.
* Add new demos.
* Write tests.
* Add a similar plugin for angular / react.