create-esmx 3.0.0-rc.60 → 3.0.0-rc.63

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,5 @@
1
1
  <div align="center">
2
- <img src="https://www.esmnext.com/logo.svg?t=2025" width="120" alt="Esmx Logo" />
2
+ <img src="https://esmx.dev/logo.svg?t=2025" width="120" alt="Esmx Logo" />
3
3
  <h1>create-esmx</h1>
4
4
 
5
5
  <div>
@@ -9,7 +9,7 @@
9
9
  <a href="https://github.com/esmnext/esmx/actions/workflows/build.yml">
10
10
  <img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" />
11
11
  </a>
12
- <a href="https://www.esmnext.com/coverage/">
12
+ <a href="https://esmx.dev/coverage/">
13
13
  <img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" />
14
14
  </a>
15
15
  <a href="https://nodejs.org/">
package/README.zh-CN.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://www.esmnext.com/logo.svg?t=2025" width="120" alt="Esmx Logo" />
2
+ <img src="https://esmx.dev/logo.svg?t=2025" width="120" alt="Esmx Logo" />
3
3
  <h1>create-esmx</h1>
4
4
 
5
5
  <div>
@@ -9,7 +9,7 @@
9
9
  <a href="https://github.com/esmnext/esmx/actions/workflows/build.yml">
10
10
  <img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" />
11
11
  </a>
12
- <a href="https://www.esmnext.com/coverage/">
12
+ <a href="https://esmx.dev/coverage/">
13
13
  <img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" />
14
14
  </a>
15
15
  <a href="https://nodejs.org/">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-esmx",
3
- "version": "3.0.0-rc.60",
3
+ "version": "3.0.0-rc.63",
4
4
  "description": "A scaffold tool for creating Esmx projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@biomejs/biome": "1.9.4",
27
- "@esmx/core": "3.0.0-rc.60",
28
- "@esmx/rspack": "3.0.0-rc.60",
29
- "@esmx/rspack-vue": "3.0.0-rc.60",
27
+ "@esmx/core": "3.0.0-rc.63",
28
+ "@esmx/rspack": "3.0.0-rc.63",
29
+ "@esmx/rspack-vue": "3.0.0-rc.63",
30
30
  "@types/minimist": "^1.2.5",
31
31
  "@types/node": "^24.0.0",
32
32
  "@vitest/coverage-v8": "3.2.4",
@@ -69,5 +69,5 @@
69
69
  "url": "https://github.com/esmnext/esmx/issues"
70
70
  },
71
71
  "homepage": "https://github.com/esmnext/esmx#readme",
72
- "gitHead": "615e91c617e0a58796c591643c6a2e1d2a1f0a76"
72
+ "gitHead": "18a524ff1b7f9c6ea60d8bb57ad314329febc58c"
73
73
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "{{projectName}}",
3
3
  "version": "1.0.0",
4
- "description": "Shared modules for the project",
4
+ "description": "Shared modules solution for micro-frontend architecture",
5
5
  "type": "module",
6
6
  "private": true,
7
7
  "scripts": {
@@ -11,8 +11,8 @@ export default {
11
11
  // ========== Vue framework shared module configuration ==========
12
12
  // Business code: import Vue from 'vue' (defaults to Vue 3, shared from common modules)
13
13
  vue: {
14
- client: 'pkg:vue/dist/vue.runtime.esm-browser.js', // Vue 3 production
15
- server: 'pkg:vue/dist/vue.runtime.esm-browser.prod.js' // Vue 3 development
14
+ client: 'pkg:vue/dist/vue.runtime.esm-browser.prod.js', // Vue 3 production
15
+ server: 'pkg:vue/dist/vue.runtime.esm-browser.js' // Vue 3 development
16
16
  },
17
17
  'vue/index': 'root:src/vue/index.ts',
18
18
  '@esmx/router-vue': 'pkg:@esmx/router-vue', // Vue 3 router
@@ -13,7 +13,7 @@ export default async (rc: RenderContext) => {
13
13
  <meta name="description" content="Esmx Shared Modules - A comprehensive micro-frontend solution for sharing modules across multiple framework versions, built on native ESM technology with zero runtime overhead">
14
14
  <meta name="keywords" content="Esmx,Shared Modules,Module Sharing,Micro-frontend,ESM Modules,JavaScript Modules,TypeScript,Rspack,Multi-framework,Vue2,Vue3,Code Reuse,Frontend Architecture">
15
15
  <meta name="generator" content="Esmx Framework">
16
- <link rel="icon" href="https://www.esmnext.com/logo.svg" type="image/svg+xml">
16
+ <link rel="icon" href="https://esmx.dev/logo.svg" type="image/svg+xml">
17
17
  ${rc.preload()}
18
18
  <title>Esmx Shared Modules - Multi-version Module Sharing Solution</title>
19
19
  ${rc.css()}
@@ -177,28 +177,6 @@ export default async (rc: RenderContext) => {
177
177
  100% { transform: rotate(360deg); }
178
178
  }
179
179
 
180
- .consistency-animation {
181
- animation: highlight 2s ease-in-out;
182
- }
183
-
184
- @keyframes highlight {
185
- 0%, 100% {
186
- background: white;
187
- box-shadow: 0 10px 30px rgba(0,0,0,0.2);
188
- }
189
- 25% {
190
- background: #d4edda;
191
- box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
192
- }
193
- 50% {
194
- background: white;
195
- box-shadow: 0 10px 30px rgba(0,0,0,0.2);
196
- }
197
- 75% {
198
- background: #d4edda;
199
- box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
200
- }
201
- }
202
180
 
203
181
  .tech-info {
204
182
  background: white;
@@ -8,9 +8,9 @@ const title = ref<string>('Vue CSR Demo');
8
8
  <template>
9
9
  <div class="container">
10
10
  <div class="logo-container">
11
- <a href="https://www.esmnext.com" target="_blank" class="logo-link">
11
+ <a href="https://esmx.dev" target="_blank" class="logo-link">
12
12
  <div class="logo-wrapper esmx">
13
- <img src="https://www.esmnext.com/logo.svg" class="logo" alt="Esmx logo" />
13
+ <img src="https://esmx.dev/logo.svg" class="logo" alt="Esmx logo" />
14
14
  </div>
15
15
  </a>
16
16
  <a href="https://vuejs.org/" target="_blank" class="logo-link">
@@ -10,7 +10,7 @@ export default async (rc: RenderContext) => {
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
11
  <meta name="description" content="Vue with Client-Side Rendering powered by Esmx framework">
12
12
  <meta name="keywords" content="Vue, CSR, Client-Side Rendering, Esmx, Vue.js, JavaScript, TypeScript, Rspack">
13
- <link rel="icon" href="https://www.esmnext.com/logo.svg" type="image/svg+xml">
13
+ <link rel="icon" href="https://esmx.dev/logo.svg" type="image/svg+xml">
14
14
  ${rc.preload()}
15
15
  <title>Vue CSR Demo | Powered by Esmx</title>
16
16
  ${rc.css()}
@@ -8,9 +8,9 @@ const title = ref<string>('Vue SSR Demo');
8
8
  <template>
9
9
  <div class="container">
10
10
  <div class="logo-container">
11
- <a href="https://www.esmnext.com" target="_blank" class="logo-link">
11
+ <a href="https://esmx.dev" target="_blank" class="logo-link">
12
12
  <div class="logo-wrapper esmx">
13
- <img src="https://www.esmnext.com/logo.svg" class="logo" alt="Esmx logo" />
13
+ <img src="https://esmx.dev/logo.svg" class="logo" alt="Esmx logo" />
14
14
  </div>
15
15
  </a>
16
16
  <a href="https://vuejs.org/" target="_blank" class="logo-link">
@@ -14,7 +14,7 @@ export default async (rc: RenderContext) => {
14
14
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
15
15
  <meta name="description" content="Vue with Server-Side Rendering powered by Esmx framework">
16
16
  <meta name="keywords" content="Vue, SSR, Server-Side Rendering, Esmx, Vue.js, JavaScript, TypeScript, Rspack">
17
- <link rel="icon" href="https://www.esmnext.com/logo.svg" type="image/svg+xml">
17
+ <link rel="icon" href="https://esmx.dev/logo.svg" type="image/svg+xml">
18
18
  ${rc.preload()}
19
19
  <title>Vue SSR Demo | Powered by Esmx</title>
20
20
  ${rc.css()}
@@ -8,9 +8,9 @@ const title = ref<string>('Vue2 SSR Demo');
8
8
  <template>
9
9
  <div id="app" class="container">
10
10
  <div class="logo-container">
11
- <a href="https://www.esmnext.com" target="_blank" class="logo-link">
11
+ <a href="https://esmx.dev" target="_blank" class="logo-link">
12
12
  <div class="logo-wrapper esmx">
13
- <img src="https://www.esmnext.com/logo.svg" class="logo" alt="Esmx logo" />
13
+ <img src="https://esmx.dev/logo.svg" class="logo" alt="Esmx logo" />
14
14
  </div>
15
15
  </a>
16
16
  <a href="https://vuejs.org/" target="_blank" class="logo-link">
@@ -10,7 +10,7 @@ export default async (rc: RenderContext) => {
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
11
  <meta name="description" content="Vue2 with Client-Side Rendering powered by Esmx framework">
12
12
  <meta name="keywords" content="Vue2, CSR, Client-Side Rendering, Esmx, Vue.js, JavaScript, TypeScript, Rspack">
13
- <link rel="icon" href="https://www.esmnext.com/logo.svg" type="image/svg+xml">
13
+ <link rel="icon" href="https://esmx.dev/logo.svg" type="image/svg+xml">
14
14
  ${rc.preload()}
15
15
  <title>Vue2 CSR Demo | Powered by Esmx</title>
16
16
  ${rc.css()}
@@ -8,9 +8,9 @@ const title = ref<string>('Vue2 SSR Demo');
8
8
  <template>
9
9
  <div id="app" class="container">
10
10
  <div class="logo-container">
11
- <a href="https://www.esmnext.com" target="_blank" class="logo-link">
11
+ <a href="https://esmx.dev" target="_blank" class="logo-link">
12
12
  <div class="logo-wrapper esmx">
13
- <img src="https://www.esmnext.com/logo.svg" class="logo" alt="Esmx logo" />
13
+ <img src="https://esmx.dev/logo.svg" class="logo" alt="Esmx logo" />
14
14
  </div>
15
15
  </a>
16
16
  <a href="https://vuejs.org/" target="_blank" class="logo-link">
@@ -20,7 +20,7 @@ export default async (rc: RenderContext) => {
20
20
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
21
21
  <meta name="description" content="Vue2 with Server-Side Rendering powered by Esmx framework">
22
22
  <meta name="keywords" content="Vue2, SSR, Server-Side Rendering, Esmx, Vue.js, JavaScript, TypeScript, Rspack">
23
- <link rel="icon" href="https://www.esmnext.com/logo.svg" type="image/svg+xml">
23
+ <link rel="icon" href="https://esmx.dev/logo.svg" type="image/svg+xml">
24
24
  ${rc.preload()}
25
25
  <title>Vue2 SSR Demo | Powered by Esmx</title>
26
26
  ${ctx.renderStyles()}