How to use Plasmic with Nuxt?

Hi we are looking to use Plasmic with Nuxt. We need to bring in data from Directus from their GraphQL API. I see that custom code components are based on React, and are only available in React based projects.

How do we bring in GraphQL data in a Nuxt project if we need to create a custom code component and we need an app-host? If we use Nuxt, we would just use loader

yeah @colorful_roundworm it’s down for me too

We’ll soon be releasing in the component store the integration with GraphQL. You can check the code component implementation here https://github.com/plasmicapp/plasmic/tree/master/plasmicpkgs/plasmic-graphcms

Ok awesome. Any ETA on that? Is there a REST one I can use in the meantime?

Right now there is no REST components, but if you have them already implemented in React you can import as code components