nuxt-micro-frontend icon indicating copy to clipboard operation
nuxt-micro-frontend copied to clipboard

🎳Nuxt module for micro-frontend solution

Results 13 nuxt-micro-frontend issues
Sort by recently updated
recently updated
newest added

My Nuxt app is running in SPA mode. I'm using Nuxt-Micro-Frontend (https://github.com/FEMessage/nuxt-micro-frontend/tree/dev/examples/single-spa-demo) but after: Clone https://github.com/FEMessage/nuxt-micro-frontend and follow the following commands: yarn install cd examples/single-spa-demo yarn install && yarn install:all...

## Describe the bug When importing a SubApp it only works the first time it loads. If I navigate away from the SubApp page and come back then it no...

## Describe the bug A clear and concise description of what the bug is. ## Screenshots ![image](https://user-images.githubusercontent.com/50495846/173729090-7263728b-1877-41cb-9e50-24ff9b5afc84.png) ![image](https://user-images.githubusercontent.com/50495846/173729158-f25ea451-01c7-4947-901d-ecd94ee24786.png) ![image](https://user-images.githubusercontent.com/50495846/173729186-bee44778-c48e-48e3-b1ff-0140acdf6111.png) ## To Reproduce Steps to reproduce the behavior: 1. Go to...

请教一下:主应用为nuxt,两个子应用分别为vue-cli和nuxt创建的两个工程,在构建成功生成dist静态资源目录后,nuxt子应用无法加载,vue-cli子应用是正常的,该demo为example目录的示范程序:nuxt-main-register-demo

## Describe the bug A clear and concise description of what the bug is. When I add a `fetch()` and a `created()` hook to a view, the `fetch` hook is...

![image](https://user-images.githubusercontent.com/28882818/127275230-b6eacd14-1696-49cd-8bf2-f41eed586c93.png) 主应用是基于vuecli的,子应用是老项目,接入后沙箱警告,页面未加载

Is there a way to work with SSR nuxt apps ? 😮 I'm hyped with your project since it cover a modern aspect of frontedn with a modern ui-framework !...

vue做的主应用,nuxt做的子应用,本地开发/__webpack_hmr/client总是404找不到,nuxt子应用打不开

I have two nuxt applications: `main-app` and `sub-app`. `main-app: localhost:3000` `sub-app: localhost:3001` In my sub-app I have one route `/pages/item/_id.vue` that was mapped in main-app. E.g from main-app: `localhost:3000/item/1` When...

I have two projects in different repositories: main-app and sub-app (both nuxt app). I already configurated based on your examples, but when building and start the applications the resources of...