drupal / lupus_decoupled_recipe
A recipe to install Lupus Decoupled Drupal on your Drupal site.
Requires
- drupal/lupus_decoupled: ^1.0@beta
README
A Drupal recipe that installs and configures the Lupus Decoupled Drupal module.
Usage
Apply the recipe and set the frontend base url. Use this recipe as a base recipe for more sophisticated recipes.
Install the recipe
composer require drupal/lupus_decoupled_recipe
drush recipe ../recipes/lupus_decoupled_recipe
Demo
Lupus Decoupled makes use of a decoupled frontend. It provides a ready to go setup using Nuxt. For details check out our demo project repository on GitHub
Potential issues
Installing more recipes from Lupus Decoupled Drupal Recipe Development could lead to the following error:
The configuration 'block.block.gin_messages' exists already and does not match the recipe's configuration
This is an issue from Drupal CMS and in order to get rid of it, recipe drupal_cms_admin_ui needs to be edited and the following add:
strict: false
in the recipe.yml under the config
element. Afterward, try to install the desired recipe again.
This could happen with different recipes too. Check #3523920 for more details.
Credits
- Initial development, maintenance - drunomics GmbH hello@drunomics.com