vue-strapi-blocks-renderer
vue-strapi-blocks-renderer copied to clipboard
feat: as nuxt module
@reslear As it works fine without the Nuxt module packing, are there any benefits that you could point out? Open to doing it, especially if there is a easy way to do it.
Yeah, I checked. Everything's fine.
maybe:
- more popularity as nuxt module and add to https://nuxt.com/modules
- more ssr support
- autoimport
hi @niklasfjeldberg also I add information https://github.com/strapi/documentation/pull/1974
please correct me if I've done something wrong
@reslear in regards to adding it to the Strapi documentation, I tried and it was rejected. See here: https://github.com/strapi/documentation/pull/1964#issuecomment-1882753011
@niklasfjeldberg Another advantage of packaging as a nuxt module is that you could take a directory based approach to overriding block and modifier components, like the nuxt/content module does.
- Check out relevant
nuxt/contentdocs for reference
@kasperjha we are thinking of not making a nuxt module as there is already an implementation https://github.com/freb97/nuxt-strapi-blocks-renderer.