diff --git a/packages/fes-plugin-qiankun/examples/app1/.eslintrc.js b/packages/fes-plugin-qiankun/examples/app1/.eslintrc.js
deleted file mode 100644
index 6300816f..00000000
--- a/packages/fes-plugin-qiankun/examples/app1/.eslintrc.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- extends: ['@webank/eslint-config-webank/vue.js'],
- overrides: [
- {
- files: [
- '**/__tests__/*.{j,t}s?(x)',
- '**/tests/unit/**/*.spec.{j,t}s?(x)'
- ]
- }
- ],
- env: {
- jest: true
- }
-};
diff --git a/packages/fes-plugin-qiankun/examples/app1/.gitignore b/packages/fes-plugin-qiankun/examples/app1/.gitignore
deleted file mode 100644
index df903b98..00000000
--- a/packages/fes-plugin-qiankun/examples/app1/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-.DS_Store
-
-# dependencies
-/node_modules
-/coverage
-
-# fes
-/src/.fes
-/src/.fes-production
-/src/.fes-test
-/.env.local
diff --git a/packages/fes-plugin-qiankun/examples/app1/LICENSE b/packages/fes-plugin-qiankun/examples/app1/LICENSE
deleted file mode 100644
index 0978fbf7..00000000
--- a/packages/fes-plugin-qiankun/examples/app1/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2020-present webank
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
diff --git a/packages/fes-plugin-qiankun/examples/main/.eslintrc.js b/packages/fes-plugin-qiankun/examples/main/.eslintrc.js
deleted file mode 100644
index 6300816f..00000000
--- a/packages/fes-plugin-qiankun/examples/main/.eslintrc.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- extends: ['@webank/eslint-config-webank/vue.js'],
- overrides: [
- {
- files: [
- '**/__tests__/*.{j,t}s?(x)',
- '**/tests/unit/**/*.spec.{j,t}s?(x)'
- ]
- }
- ],
- env: {
- jest: true
- }
-};
diff --git a/packages/fes-plugin-qiankun/examples/main/.gitignore b/packages/fes-plugin-qiankun/examples/main/.gitignore
deleted file mode 100644
index df903b98..00000000
--- a/packages/fes-plugin-qiankun/examples/main/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-.DS_Store
-
-# dependencies
-/node_modules
-/coverage
-
-# fes
-/src/.fes
-/src/.fes-production
-/src/.fes-test
-/.env.local
diff --git a/packages/fes-plugin-qiankun/examples/main/LICENSE b/packages/fes-plugin-qiankun/examples/main/LICENSE
deleted file mode 100644
index 0978fbf7..00000000
--- a/packages/fes-plugin-qiankun/examples/main/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2020-present webank
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
diff --git a/packages/fes-plugin-qiankun/examples/app1/.env b/packages/fes-plugin-qiankun/examples/micro/.env
similarity index 100%
rename from packages/fes-plugin-qiankun/examples/app1/.env
rename to packages/fes-plugin-qiankun/examples/micro/.env
diff --git a/packages/fes-plugin-qiankun/examples/app1/.fes.js b/packages/fes-plugin-qiankun/examples/micro/.fes.js
similarity index 99%
rename from packages/fes-plugin-qiankun/examples/app1/.fes.js
rename to packages/fes-plugin-qiankun/examples/micro/.fes.js
index 4540b6ee..42588498 100644
--- a/packages/fes-plugin-qiankun/examples/app1/.fes.js
+++ b/packages/fes-plugin-qiankun/examples/micro/.fes.js
@@ -1,6 +1,4 @@
// .fes.js 只负责管理编译时配置,只能使用plain Object
-
-
export default {
qiankun: {
micro: {}
diff --git a/packages/fes-plugin-qiankun/examples/app1/package.json b/packages/fes-plugin-qiankun/examples/micro/package.json
similarity index 98%
rename from packages/fes-plugin-qiankun/examples/app1/package.json
rename to packages/fes-plugin-qiankun/examples/micro/package.json
index 5c19aa38..05012303 100644
--- a/packages/fes-plugin-qiankun/examples/app1/package.json
+++ b/packages/fes-plugin-qiankun/examples/micro/package.json
@@ -1,5 +1,5 @@
{
- "name": "app1",
+ "name": "micro",
"version": "2.0.0",
"description": "fes项目模版",
"scripts": {
diff --git a/packages/fes-plugin-qiankun/examples/app1/src/app.js b/packages/fes-plugin-qiankun/examples/micro/src/app.js
similarity index 66%
rename from packages/fes-plugin-qiankun/examples/app1/src/app.js
rename to packages/fes-plugin-qiankun/examples/micro/src/app.js
index 02d3cb29..7ccef9a4 100644
--- a/packages/fes-plugin-qiankun/examples/app1/src/app.js
+++ b/packages/fes-plugin-qiankun/examples/micro/src/app.js
@@ -1,4 +1,4 @@
-import PageLoading from '@/components/PageLoading';
+import PageLoading from '@/components/PageLoading.vue';
export const beforeRender = {
loading: ,
@@ -8,24 +8,24 @@ export const beforeRender = {
resolve();
}, 200);
});
- }
+ },
};
export const qiankun = {
// 应用加载之前
async bootstrap(props) {
- console.log('app1 bootstrap', props);
+ console.log('micro bootstrap', props);
},
// 应用 render 之前触发
async mount(props) {
- console.log('app1 mount', props);
+ console.log('micro mount', props);
},
// 当 props 更新时触发
async update(props) {
- console.log('app1 update', props);
+ console.log('micro update', props);
},
// 应用卸载之后触发
async unmount(props) {
- console.log('app1 unmount', props);
- }
+ console.log('micro unmount', props);
+ },
};
diff --git a/packages/fes-plugin-qiankun/examples/main/src/components/PageLoading.vue b/packages/fes-plugin-qiankun/examples/micro/src/components/PageLoading.vue
similarity index 86%
rename from packages/fes-plugin-qiankun/examples/main/src/components/PageLoading.vue
rename to packages/fes-plugin-qiankun/examples/micro/src/components/PageLoading.vue
index e544021a..3d5c1cf1 100644
--- a/packages/fes-plugin-qiankun/examples/main/src/components/PageLoading.vue
+++ b/packages/fes-plugin-qiankun/examples/micro/src/components/PageLoading.vue
@@ -8,16 +8,15 @@ import { FSpin } from '@fesjs/fes-design';
export default {
components: {
- FSpin
+ FSpin,
},
setup() {
- return {
- };
- }
+ return {};
+ },
};
+
diff --git a/packages/fes-plugin-qiankun/examples/app1/src/pages/app1/test.vue b/packages/fes-plugin-qiankun/examples/micro/src/pages/micro/test.vue
similarity index 54%
rename from packages/fes-plugin-qiankun/examples/app1/src/pages/app1/test.vue
rename to packages/fes-plugin-qiankun/examples/micro/src/pages/micro/test.vue
index f20e10fd..043eb514 100644
--- a/packages/fes-plugin-qiankun/examples/app1/src/pages/app1/test.vue
+++ b/packages/fes-plugin-qiankun/examples/micro/src/pages/micro/test.vue
@@ -1,7 +1,5 @@
-
- app1 - test
-
+
micro - test
{
@@ -12,11 +10,9 @@
-
+
diff --git a/packages/fes-plugin-qiankun/examples/app1/tsconfig.json b/packages/fes-plugin-qiankun/examples/micro/tsconfig.json
similarity index 100%
rename from packages/fes-plugin-qiankun/examples/app1/tsconfig.json
rename to packages/fes-plugin-qiankun/examples/micro/tsconfig.json
diff --git a/packages/fes-plugin-qiankun/examples/main/.env b/packages/fes-plugin-qiankun/examples/vite-main/.env
similarity index 100%
rename from packages/fes-plugin-qiankun/examples/main/.env
rename to packages/fes-plugin-qiankun/examples/vite-main/.env
diff --git a/packages/fes-plugin-qiankun/examples/vite-main/.fes.js b/packages/fes-plugin-qiankun/examples/vite-main/.fes.js
new file mode 100644
index 00000000..9f5d1000
--- /dev/null
+++ b/packages/fes-plugin-qiankun/examples/vite-main/.fes.js
@@ -0,0 +1,44 @@
+// .fes.js 只负责管理编译时配置,只能使用plain Object
+
+
+export default {
+ access: {
+ roles: {
+ admin: ["*"]
+ }
+ },
+ layout: {
+ title: "Fes.js",
+ footer: 'Created by MumbleFE',
+ multiTabs: false,
+ navigation: 'mixin',
+ menus: [{
+ name: 'index',
+ }, {
+ title: "子应用",
+ children: [{
+ name: 'micro-index'
+ },{
+ name: 'micro-test'
+ }]
+ }]
+ },
+ qiankun: {
+ main: {
+ apps: [
+ {
+ name: 'micro', // 唯一 id
+ entry: '//localhost:8001', // html entry
+ props: {} // 传递给子应用的数据
+ }
+ ]
+ }
+ },
+ plugins: [
+ require.resolve('../../../fes-build-vite/lib'),
+ require.resolve('../../../fes-plugin-model/lib'),
+ require.resolve('../../../fes-plugin-layout/lib'),
+ require.resolve('../../../fes-plugin-access/lib'),
+ require.resolve('../../../fes-plugin-qiankun/lib'),
+ ]
+};
diff --git a/packages/fes-plugin-qiankun/examples/vite-main/index.html b/packages/fes-plugin-qiankun/examples/vite-main/index.html
new file mode 100644
index 00000000..34868378
--- /dev/null
+++ b/packages/fes-plugin-qiankun/examples/vite-main/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+ <%= title %>
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/fes-plugin-qiankun/examples/main/package.json b/packages/fes-plugin-qiankun/examples/vite-main/package.json
similarity index 96%
rename from packages/fes-plugin-qiankun/examples/main/package.json
rename to packages/fes-plugin-qiankun/examples/vite-main/package.json
index 0979bb98..805dc35d 100644
--- a/packages/fes-plugin-qiankun/examples/main/package.json
+++ b/packages/fes-plugin-qiankun/examples/vite-main/package.json
@@ -44,7 +44,6 @@
},
"dependencies": {
"@fesjs/fes": "^2.0.0",
- "@fesjs/build-webpack": "^1.0.0",
"vue": "^3.0.5",
"@fesjs/fes-design": "^0.1.10"
},
diff --git a/packages/fes-plugin-qiankun/examples/main/src/app.js b/packages/fes-plugin-qiankun/examples/vite-main/src/app.jsx
similarity index 84%
rename from packages/fes-plugin-qiankun/examples/main/src/app.js
rename to packages/fes-plugin-qiankun/examples/vite-main/src/app.jsx
index 52361d60..a942f014 100644
--- a/packages/fes-plugin-qiankun/examples/main/src/app.js
+++ b/packages/fes-plugin-qiankun/examples/vite-main/src/app.jsx
@@ -1,5 +1,5 @@
import { access as accessApi } from '@fesjs/fes';
-import PageLoading from '@/components/PageLoading';
+import PageLoading from '@/components/PageLoading.vue';
export const beforeRender = {
loading: ,
@@ -11,5 +11,5 @@ export const beforeRender = {
resolve();
}, 1000);
});
- }
+ },
};
diff --git a/packages/fes-plugin-qiankun/examples/app1/src/components/PageLoading.vue b/packages/fes-plugin-qiankun/examples/vite-main/src/components/PageLoading.vue
similarity index 86%
rename from packages/fes-plugin-qiankun/examples/app1/src/components/PageLoading.vue
rename to packages/fes-plugin-qiankun/examples/vite-main/src/components/PageLoading.vue
index e544021a..3d5c1cf1 100644
--- a/packages/fes-plugin-qiankun/examples/app1/src/components/PageLoading.vue
+++ b/packages/fes-plugin-qiankun/examples/vite-main/src/components/PageLoading.vue
@@ -8,16 +8,15 @@ import { FSpin } from '@fesjs/fes-design';
export default {
components: {
- FSpin
+ FSpin,
},
setup() {
- return {
- };
- }
+ return {};
+ },
};
diff --git a/packages/fes-plugin-qiankun/examples/webpack-main/src/global.css b/packages/fes-plugin-qiankun/examples/webpack-main/src/global.css
new file mode 100644
index 00000000..b8e98c28
--- /dev/null
+++ b/packages/fes-plugin-qiankun/examples/webpack-main/src/global.css
@@ -0,0 +1,3 @@
+html, body {
+ margin: 0;
+}
\ No newline at end of file
diff --git a/packages/fes-plugin-qiankun/examples/webpack-main/src/images/icon.png b/packages/fes-plugin-qiankun/examples/webpack-main/src/images/icon.png
new file mode 100644
index 00000000..ff46a842
Binary files /dev/null and b/packages/fes-plugin-qiankun/examples/webpack-main/src/images/icon.png differ
diff --git a/packages/fes-plugin-qiankun/examples/webpack-main/src/pages/index.vue b/packages/fes-plugin-qiankun/examples/webpack-main/src/pages/index.vue
new file mode 100644
index 00000000..d7c6f581
--- /dev/null
+++ b/packages/fes-plugin-qiankun/examples/webpack-main/src/pages/index.vue
@@ -0,0 +1,41 @@
+
+