Sun
Teleport doesn't work with Nuxt Bridge
Hey,
The following features seams to not works in a Nuxt Bridge project: https://nuxt.com/docs/api/components/teleports
It's not specified in the documentation, so it's a bug ?
2 replies
How make the compartmentalization between Nuxt Bridge app and Nuxt 3 app in same pnpm monorepo ?
I say that because my Nuxt Bridge app try to load some Nuxt 3 dependancies:
... .pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
1 replies
Create UI components for both Nuxt 2 and Nuxt 3
Hey
I have a monorepo with Nuxt 3 and Nuxt 2 apps, i want to share some UI components.
Is there a way to create a components library for Nuxt 2 AND Nuxt 3 application ?
With Nuxt Bridge ? Or in simple Vue project ?
Thanks a lot by advance 🙏 I will create and share à simple exemple of the solution in Github to help the next Guy who stucked by this problem.
3 replies
Impossible to have Nuxt 2 app and Nuxt 3 app in same monorepo
Hey,
I'm working on a monorepo (with turborepo) of a big project using Nuxt 2 as web interface.
I need to create a second web app which using Nuxt 3 but i can't start this app in the monorepo, i got this error when i try to install the project (
pnpm i
at root):
I think the problem is because the root node_modules is shared.
I just pushed a simple version of my project here which reproduce the problem:
https://github.com/Suniron/monorepo-nuxt2-nuxt3-problem2 replies