Stuart Clark
Stuart Clark
This issue is related to the DruxtSite Nuxt module requiring `fs`, and both the module and mixin sharing the same bundle. Ideally two actions could and should be taken: 1....
Metatag not being in Drupal core is my biggest holdup on this. I don't think that the Metatag module should be a dependency of the Drupal module, but I think...
Proof of concept: 
Initial test setting up a new Nuxt 3 install with the DruxtSite module didn't work. Steps: - Run quickstart-druxt-site repo in Gitpod: https://gitpod.io/#github.com/druxt/quickstart-druxt-site - Remove old `nuxt` folder: `rm -rf...
It appears to work with `@nuxt/bridge`: https://v3.nuxtjs.org/getting-started/bridge Branch: https://github.com/druxt/quickstart-druxt-site/tree/feature/nuxt-bridge Gitpod: https://gitpod.io#github.com/druxt/quickstart-druxt-site/tree/feature/nuxt-bridge
`npm run generate` fails with DruxtSite on @nuxt/bridge: ``` FATAL [worker] Cannot use import statement outside a module 22:54:02 import { DruxtClient } from 'druxt'; ^^^^^^ SyntaxError: Cannot use import...
@christianwiedemann I came across your WIP branch today: https://github.com/christianwiedemann/druxt.js/tree/vue3 I have not yet had the opportunity to explore Nuxt3, but I would like to commence development on it once I...
Hi @christianwiedemann, Thanks for the update. I have not looked at `vue-demi`, but I will keep it in mind once I have the available bandwidth to give this issue. Fingers...
Hi @Triloworld, It's important that Druxt 1.0.0 is finalised before I personally can commit to Nuxt 3 / Vue 3. It's definitely going to happen as a high priority after...
Above commits are incorrectly tagged :|