DruxtJS Breadcrumb
Provides a Breadcrumb Vue.js component to be used within a Druxt (DRUpal nuXT) project.
Links
- DruxtJS: https://druxtjs.org
- Documentation: https://breadcrumb.druxtjs.org/
- Community Discord server: https://discord.druxtjs.org
Install
$ npm install druxt-breadcrumb
Usage
Add module to nuxt.config.js
module.exports = {
modules: [
'druxt-breadcrumb',
],
druxt: {
baseUrl: 'https://demo-api.druxtjs.org',
}
}
Options
Base Druxt options
These options are available to all Druxt modules.
Option | Type | Required | Default | Description |
---|---|---|---|---|
axios |
object |
No | {} |
Axios instance settings. |
baseUrl |
string |
Yes | null |
Base URL for the Drupal installation. |