Johannes Werner

Results 32 comments of Johannes Werner

All right, just make sure it contributes to our goal of updating the code base to Nuxt 4 when it's ready 👍

Before I close this, I would like to discuss the new folder structure. This is the new structure in the `next` branch: compared to the old structure in the `main`...

@ndragun92 let's keep it public to document this decision 👍

hey @mubaidr I think I like that, except for the shared folder. But I also don't like it 100%, since I don't know if all tools actually support custom directories...

I'd say that, since it's a fullstack boilerplate, everything is shared. That's the default, you use enums and interfaces in the front- and backend. There shouldn't be a need for...

Hey @mubaidr I think I wasn't clear and we are talking about the same thing. What I mean, is that everything outside of the app and server folders is shared...

I gave it a shot today and it wasn't easy to figure out how to transfer the new folder structure to the "old" src directory structure. But thanks to the...

@mubaidr I think the structure in your comment is incomplete. If we don't reconfigure all tools, you will have a lot more folders in there, e.g., the cypress, node_modules, prisma,...

btw. the src folder seems not to be against any official style guide or anything, since it is an official example in the PR that implemented this feature: https://github.com/nuxt/nuxt/pull/27029

hey @mubaidr , I have to migrate two fairly large code bases to nuxt 4 next year so I started testing a migration path to get some estimations. Keeping the...