0.14.3 • Published 1 year ago

druxt-site v0.14.3

Weekly downloads
130
License
MIT
Repository
github
Last release
1 year ago

DruxtJS Site module

CircleCI Known Vulnerabilities codecov npm

Out of the box Decoupled Drupal sites with Druxt.

Links

Install

$ npm install druxt-site

Usage

  1. Add module to nuxt.config.js
module.exports = {
  modules: [
    'druxt-site'
  ],
  druxt: {
    baseUrl: 'https://demo-api.druxtjs.org'
  }
}
  1. Add the DruxtSite component to your layout:
<template>
  <DruxtSite :theme="theme" />
</template>

Options

Base Druxt options

These options are available to all Druxt modules.

OptionTypeRequiredDefaultDescription
axiosobjectNo{}Axios instance settings.
baseUrlstringYesnullBase URL for the Drupal installation.
endpointstringNo/jsonapiJSON: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