Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.