Related modules
Main modules
- Drupal:
- Nuxt.js:
- The Drupal Custom Elements Connector easily connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer module.
Further Useful Drupal modules
Besides the main modules the following Drupal modules are useful:
- Rest menu items provides a way to easily fetch Drupal menus. The Nuxt.js Drupal module comes with built-in support for it.
- Trusted redirect allows the frontend
to link to Drupal while setting a
trusted_destination=<frontend>
redirect target. - Site per path allows to easily setup path-based redirects that can direct users to the frontend, e.g. for all "node/1234" routes.
- Services env parameter to set cookie domain or CORS configuration via environment variables.