@module-federation/vite 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # Vite/Rollup plugin for Module Federation
2
2
 
3
- ## Thanks 🤝
4
-
5
- Big thanks to:
6
-
7
- [Manfred Steyer](https://twitter.com/manfredsteyer), Speaker, Trainer, Consultant and Author with focus on Angular. Google Developer Expert (GDE) and Microsoft MVP.
8
-
9
- who collaborate with me to make this possible.
10
-
11
3
  ## Reason why 🤔
12
4
 
13
5
  [Microservices](https://martinfowler.com/articles/microservices.html) nowadays is a well-known concept and maybe you are using it in your current company.
@@ -15,9 +7,12 @@ Do you know that now you can apply similar ideas on the Frontend?
15
7
  With [Module Federation](https://blog.logrocket.com/building-micro-frontends-webpacks-module-federation/#:~:text=Module%20federation%20is%20a%20JavaScript,between%20two%20different%20application%20codebases.) you can load separately compiled and deployed code into a unique application.
16
8
  This plugin makes Module Federation work together with [Vite](https://vitejs.dev/).
17
9
 
18
- ## Working implementation
10
+ ## Working implementations
11
+
12
+ ### [React](https://github.com/module-federation/module-federation-examples/tree/master/vite-react-microfrontends)<br>
13
+ ### [Svelte](https://github.com/module-federation/module-federation-examples/tree/master/vite-svelte-microfrontends)<br>
14
+ ### [Vue](https://github.com/module-federation/module-federation-examples/tree/master/vite-vue-microfrontends)
19
15
 
20
- 👉 Here you can find a [working implementation](https://github.com/gioboa/svelte-microfrontend-demo) that shows how to use the plugin.
21
16
 
22
17
  ## Getting started 🚀
23
18
 
@@ -68,3 +63,11 @@ Here are two examples:
68
63
  ### So far so good 🎉
69
64
 
70
65
  Now you are ready to use Module Federation in Vite!
66
+
67
+ ## Thanks 🤝
68
+
69
+ Big thanks to:
70
+
71
+ [Manfred Steyer](https://twitter.com/manfredsteyer), Speaker, Trainer, Consultant and Author with focus on Angular. Google Developer Expert (GDE) and Microsoft MVP.
72
+
73
+ who collaborate with me to make this possible.