Closed hacknug closed 1 year ago
Hey there, thanks for your interest in Nuxt Ackee module!
To be completely transparent - as one of the maintainers of this module - I've stopped using Ackee with Nuxt 3 and I wasn't planning on porting the module to it.
Looking at the code, things should be pretty straightforward though! The main update would have to happen on the project structure and plugin side of things.
If you feel like creating a PR and learning a few things along the way, I'm very happy to help you throughout that endeavor! Here's how I'd go to start that project:
npx nuxi init -t module ackee
(this will copy the files in a new ackee
folder)ackee
folder. The module guide can help you, especially the examples. TypeScript should also be really usefulNo pressure of course! If you don't have time, feel like it's too complex, or you're just not interested, it's all perfectly fine! Let me know and I'll try to free up some time to perform that migration~
Will track here: https://github.com/nuxt-community/ackee-module/issues/20 :)
Any plans on adding support for Nuxt 3? I looked into porting it myself but I'm not familiar enough with the module architecture for v3 yet 🤷♂️