@module-federation/vite 1.0.0-alpha-c13dc95 → 1.0.0-alpha-b1bba84

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,5 +1,7 @@
1
1
  # Vite plugin for Module Federation
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@module-federation/vite.svg)](https://www.npmjs.com/package/@module-federation/vite)
4
+
3
5
  ## Reason why 🤔
4
6
 
5
7
  [Microservices](https://martinfowler.com/articles/microservices.html) nowadays is a well-known concept and maybe you are using it in your current company.
@@ -15,6 +17,14 @@ This plugin makes Module Federation work together with [Vite](https://vitejs.dev
15
17
 
16
18
  ### [More examples here](https://github.com/module-federation/vite/tree/main/examples)<br>
17
19
 
20
+ ```
21
+ pnpm install && pnpm run dev-vv # vite+vite dev demo
22
+ ```
23
+
24
+ ```
25
+ pnpm install && pnpm run preview-vv # vite+vite build demo
26
+ ```
27
+
18
28
  ## Getting started 🚀
19
29
 
20
30
  https://module-federation.io/guide/basic/webpack.html
@@ -69,10 +79,11 @@ export default defineConfig({
69
79
 
70
80
  ## roadmap
71
81
 
72
- - feat: generate mf-manifest.json
73
- - feat: support chrome plugin
82
+ - ✅ ~~feat: generate mf-manifest.json~~
83
+ - ✅ ~~feat: support chrome plugin~~
74
84
 
75
85
  * ✅ ~~feat: support runtime plugins~~
86
+ * feat: nuxt ssr
76
87
 
77
88
  - feat: download remote d.ts
78
89
  - feat: generate d.ts