We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 yarn serve:all
I get two errors in the console:
GET http://localhost:9000/__webpack_hmr/client 404 (Not Found) GET http://localhost:9000/_loading/sse 404 (Not Found)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
yarn serve:all
I get two errors in the console:
GET http://localhost:9000/__webpack_hmr/client 404 (Not Found)
GET http://localhost:9000/_loading/sse 404 (Not Found)
The text was updated successfully, but these errors were encountered: