0.14.3 • Published 1 year ago
druxt-site v0.14.3
DruxtJS Site module
Out of the box Decoupled Drupal sites with Druxt.
Links
- DruxtJS: https://druxtjs.org
- Documentation: https://druxtjs.org/modules/site
- Community Discord server: https://discord.druxtjs.org
Install
$ npm install druxt-site
Usage
- Add module to
nuxt.config.js
module.exports = {
modules: [
'druxt-site'
],
druxt: {
baseUrl: 'https://demo-api.druxtjs.org'
}
}
- Add the
DruxtSite
component to your layout:
<template>
<DruxtSite :theme="theme" />
</template>
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. |
endpoint | string | No | /jsonapi | JSON:API Endpoint of the Drupal installation. |
0.14.3
1 year ago
0.14.1
2 years ago
0.14.2
2 years ago
0.14.0
3 years ago
0.13.0
3 years ago
0.12.1
3 years ago
0.12.0
3 years ago
0.11.2
3 years ago
0.11.0
3 years ago
0.11.1
3 years ago
0.10.2
4 years ago
0.10.3
4 years ago
0.10.4
4 years ago
0.10.5
3 years ago
0.10.0
4 years ago
0.10.1
4 years ago
0.9.1
4 years ago
0.9.0
4 years ago
0.8.0
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.5.2
4 years ago
0.5.1
4 years ago
0.4.0
4 years ago
0.3.0
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago