davestewart / nuxt-areas

Simple and scalable folder management for large Nuxt projects
228 stars 1 forks source link

End of life ? Support of Nuxt3 ? Need any help ? #10

Open zaosoula opened 9 months ago

zaosoula commented 9 months ago

Hi, I found your module while searching for an easy way to use a features folder in my Nuxt 3 app. Your concept of areas is similar. Unfortunately, no new commit has been made since 2022, do you still plan to support Nuxt3, is there any limitation preventing you from doing so, like motivation or technically-wise?

zaosoula commented 9 months ago

If you are not willing to continue this project, I might fork it and maintain it, else I'm down to help.

davestewart commented 9 months ago

Hey hey!

Thanks for the interest in the project.

Although I'd planned a Nuxt 3 version early in this project's development, Nuxt 3 has a built in feature called "layers" which should solve the same problem natively.

More info here:

Does this look like it will solve your problems?