@esmx/rspack-vue 3.0.0-rc.70 → 3.0.0-rc.71

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
@@ -20,7 +20,7 @@
20
20
  </a>
21
21
  </div>
22
22
 
23
- <p>A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Federation capabilities</p>
23
+ <p>A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Linking capabilities</p>
24
24
 
25
25
  <p>
26
26
  English | <a href="https://github.com/esmnext/esmx/blob/master/packages/rspack-vue/README.zh-CN.md">中文</a>
@@ -31,7 +31,7 @@
31
31
 
32
32
  - **Universal Vue Support** - Supports both Vue 2.7+ and Vue 3 applications
33
33
  - **High-Performance Build** - Ultra-fast building based on Rspack with Vue optimization
34
- - **Module Federation** - Built-in module federation capabilities for microfrontend architecture
34
+ - **Module Linking** - Built-in module linking capabilities for microfrontend architecture
35
35
  - **SSR Support** - Complete server-side rendering support for Vue applications
36
36
  - **Hot Module Replacement** - Fast development experience with Vue component hot reloading
37
37
  - **TypeScript Ready** - Full TypeScript support with excellent developer experience
@@ -39,7 +39,14 @@
39
39
  ## 📦 Installation
40
40
 
41
41
  ```bash
42
+ # npm
42
43
  npm install @esmx/rspack-vue -D
44
+
45
+ # pnpm
46
+ pnpm add @esmx/rspack-vue -D
47
+
48
+ # yarn
49
+ yarn add @esmx/rspack-vue -D
43
50
  ```
44
51
 
45
52
  ## 📚 Documentation
@@ -48,4 +55,4 @@ Visit the [official documentation](https://esmx.dev) for detailed usage guides a
48
55
 
49
56
  ## 📄 License
50
57
 
51
- MIT © [Esmx Team](https://github.com/esmnext/esmx)
58
+ MIT © [Esmx Team](https://github.com/esmnext/esmx)
package/README.zh-CN.md CHANGED
@@ -20,7 +20,7 @@
20
20
  </a>
21
21
  </div>
22
22
 
23
- <p>为 Esmx 微前端框架提供的高性能 Vue 集成,支持 Vue 2/3 并具备 SSR 和模块联邦能力</p>
23
+ <p>为 Esmx 微前端框架提供的高性能 Vue 集成,支持 Vue 2/3 并具备 SSR 和模块链接能力</p>
24
24
 
25
25
  <p>
26
26
  <a href="https://github.com/esmnext/esmx/blob/master/packages/rspack-vue/README.md">English</a> | 中文
@@ -31,7 +31,7 @@
31
31
 
32
32
  - **通用 Vue 支持** - 支持 Vue 2.7+ 和 Vue 3 应用
33
33
  - **高性能构建** - 基于 Rspack 的超快构建,配有 Vue 优化
34
- - **模块联邦** - 内置模块联邦能力,支持微前端架构
34
+ - **模块链接** - 内置模块链接能力,支持微前端架构
35
35
  - **SSR 支持** - 完整的 Vue 应用服务端渲染支持
36
36
  - **热模块替换** - Vue 组件热重载,快速开发体验
37
37
  - **TypeScript 就绪** - 完整的 TypeScript 支持,出色的开发体验
@@ -39,7 +39,14 @@
39
39
  ## 📦 安装
40
40
 
41
41
  ```bash
42
+ # npm
42
43
  npm install @esmx/rspack-vue -D
44
+
45
+ # pnpm
46
+ pnpm add @esmx/rspack-vue -D
47
+
48
+ # yarn
49
+ yarn add @esmx/rspack-vue -D
43
50
  ```
44
51
 
45
52
  ## 📚 文档
@@ -48,4 +55,4 @@ npm install @esmx/rspack-vue -D
48
55
 
49
56
  ## 📄 许可证
50
57
 
51
- MIT © [Esmx Team](https://github.com/esmnext/esmx)
58
+ MIT © [Esmx Team](https://github.com/esmnext/esmx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esmx/rspack-vue",
3
- "description": "A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Federation capabilities.",
3
+ "description": "A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Linking capabilities.",
4
4
  "contributors": [
5
5
  {
6
6
  "name": "lzxb",
@@ -36,7 +36,7 @@
36
36
  "Vue 3",
37
37
  "Rspack",
38
38
  "SSR",
39
- "Module Federation",
39
+ "Module Linking",
40
40
  "High Performance",
41
41
  "Build Tool",
42
42
  "Development Experience",
@@ -56,21 +56,21 @@
56
56
  "vue": ">=2.7.8 || >=3.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@esmx/rspack": "3.0.0-rc.70",
59
+ "@esmx/rspack": "3.0.0-rc.71",
60
60
  "vue-loader-v15": "npm:vue-loader@15.11.1",
61
61
  "vue-loader-v17": "npm:vue-loader@^17.4.2",
62
62
  "vue-style-loader": "^4.1.3"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@biomejs/biome": "1.9.4",
66
- "@esmx/core": "3.0.0-rc.70",
67
- "@types/node": "^24.0.0",
66
+ "@esmx/core": "3.0.0-rc.71",
67
+ "@types/node": "^24.10.0",
68
68
  "@vitest/coverage-v8": "3.2.4",
69
- "typescript": "5.9.2",
70
- "unbuild": "3.6.0",
69
+ "typescript": "5.9.3",
70
+ "unbuild": "3.6.1",
71
71
  "vitest": "3.2.4"
72
72
  },
73
- "version": "3.0.0-rc.70",
73
+ "version": "3.0.0-rc.71",
74
74
  "type": "module",
75
75
  "private": false,
76
76
  "exports": {
@@ -89,5 +89,5 @@
89
89
  "template",
90
90
  "public"
91
91
  ],
92
- "gitHead": "9aa452ae73e450d285e4ddbd35a4ac8b53427d95"
92
+ "gitHead": "1616c7a1f820387d4d14bac0babd42356f6f7f33"
93
93
  }