https://github.com/frlow/mf-dev
https://github.com/frlow/mf-dev
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frlow/mf-dev
- Owner: frlow
- Created: 2023-04-03T07:54:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T11:25:07.000Z (about 2 years ago)
- Last Synced: 2024-05-10T12:37:11.150Z (about 2 years ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mf-dev
This is the monorepo of
- [create-mfe](https://github.com/frlow/mf-dev/tree/master/packages/create-mfe)
- Custom element wrappers
- [react wrapper](https://github.com/frlow/mf-dev/tree/master/packages/wrapper-react)
- [vue wrapper](https://github.com/frlow/mf-dev/tree/master/packages/wrapper-vue)
- [svelte wrapper](https://github.com/frlow/mf-dev/tree/master/packages/wrapper-svelte)
- [solid wrapper](https://github.com/frlow/mf-dev/tree/master/packages/wrapper-solid)
- [qwik wrapper](https://github.com/frlow/mf-dev/tree/master/packages/wrapper-qwik)
- Micro-frontend templates
- [react template](https://github.com/frlow/mf-dev/tree/master/templates/template-react)
- [vue template](https://github.com/frlow/mf-dev/tree/master/templates/template-vue)
- [svelte template](https://github.com/frlow/mf-dev/tree/master/templates/template-svelte)
- [solid template](https://github.com/frlow/mf-dev/tree/master/templates/template-solid)
- [qwik template](https://github.com/frlow/mf-dev/tree/master/templates/template-qwik)
get started using
```
npm create mfe
```