-
## 问题描述
vite子应用在index.html里面引入requirejs,单独运行子应用没有问题,把子应用引入到主应用就报define is not define
## 复现步骤
1.在子引用中,引入microapp
Vite App
2.在main.js中通过define引入远程组件的vue和elementP…
-
问题复现项目
地址:https://github.com/ITManITDream/micro-app
>microapp:主应用(vite+ts+vue)
>subapp01:子应用01(webpack+vue3)
>subapp02:子应用02(webpack+vue2)
### 问题1:主应用发送数据给子应用,更改主应用数据,子应用未监听到数据变化。
主应用文件路径:micr…
-
![image](https://github.com/user-attachments/assets/f89cbba4-de24-4539-9a91-cbc096dadec7)
Hi @tpope, I have a project built by node and it has many microapps, and each apps has the same structure lik…
-
```
void setup() {
Serial.println("First setup");
Serial.println("Second setup");
Serial.println("Third setup");
}
```
> LOG: [2022-06-17 13:55:59.523346] [icroapp/cs_MicroappStorag…
-
### Context and Demonstration
I'm trying out all kinds of mixes and matches of Microfrontend. So, I created 4 apps, details are here.
| name | Type | JS Framework/Lib | Port | Rep…
-
There's just for building the microapp a dependency on python, worse, there's a dependency on a particular python script:
```
make
Compile without firmware header
Traceba…
-
`createMicroApp` 的常规用法如下:
```jsx
function App () {
const ref = useRef(null);
useEffect(() => {
createMicroApp(() => {
name: 'microapp'
})
return () => {
unloadMicroApp('m…
-
## 现象:
vue3项目,webpackage启用externals,loadMicroApp加载子应用时主应用根节点的内容会被子应用的App.vue替换
- 主应用,子应用的容器id不一致
- 替换的时机发生在子应用bootstrap之前
https://user-images.githubusercontent.com/26342286/139656491-935ca4af-…
-
## 问题描述
> 基座应用加载子应用渲染后,子应用 antd 里的 组件渲染后缺失样式隔离。
> 基座、子应用都未使用 React-router,基座只负责 micro-app,子应用只渲染了 组件。
## 复现步骤
1.直接加载
2. 只渲染了 antd 组件。
## 上传截图
基座应用渲染后
![image](https://github.com/micro…
-
Does qiankun support nextjs-based microApp??
I have a microApp which is built by nextjs. when I try to call `loadmicroApp`, it shows lots of errors.
It is a very basic nextjs project