How-to guides
Goal-oriented recipes for specific tasks, assuming a working Druxt site.
How-to guides are goal-oriented: each one starts from a real-world goal and ends with that goal achieved. They assume you already have a working Druxt site; if you don't, start with the Getting started tutorial.
Guides
- Serve content in multiple languages: fetch and render translated content.
- Proxy the Drupal backend through Nuxt: prevent CORS issues.
- Theme Druxt components: customize output with wrappers and slots.
- Browse and develop components in Storybook: zero-config stories with live data.
- Debug Druxt with the Vue Devtools: inspect connections and suggestions.
- Use the Druxt client directly: fetch resources without components.
- Use Druxt in a Node application: run the client outside Nuxt.
- Explore the example apps: four complete reference implementations.
- Troubleshoot common issues: quick answers to the errors and gotchas that come up most often.
- Contributing: set up a development environment and submit changes.
For step-by-step lessons, see Tutorials. For the reasoning behind the system, see Concepts.