nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
946 stars 260 forks source link

feat: add `nuxt-posthog` #877

Closed mitjans closed 9 months ago

atinux commented 9 months ago

Would be nice to have a real documentation before we can merge @mitjans

mitjans commented 9 months ago

Agree! I'm working on it 🙏

I'll let you know when it is finished.

mitjans commented 9 months ago

Hi @Atinux!

I've been able to set up some documentation for this module with Nuxt UI docs template to follow other modules' aesthetics. But then I saw that a Nuxt UI pro license is needed to deploy in production. I was wondering if it's possible to get a Nuxt UI pro license for the documentation of a community module.

If that's not the case (totally understandable), is there another docs template to use for community modules?

Thanks!

atinux commented 9 months ago

Can you add to your nuxt.config.ts:

uiPro: { license: 'oss' }

I whitelisted your repo as it is open source and a Nuxt docs!

It would be nice to add a link back to Nuxt UI Pro as credit in the footer to help people discover it 😊

mitjans commented 9 months ago

Thanks @Atinux! I confirm that the deployment now works. I've also updated the documentation to include a footer link to Nuxt UI Pro.