0.14.3 • Published 4 months ago

druxt-site v0.14.3

Weekly downloads
130
License
MIT
Repository
github
Last release
4 months 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

4 months ago

0.14.1

10 months ago

0.14.2

9 months ago

0.14.0

1 year ago

0.13.0

2 years ago

0.12.1

2 years ago

0.12.0

2 years ago

0.11.2

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.10.3

2 years ago

0.10.4

2 years ago

0.10.5

2 years ago

0.10.0

2 years ago

0.10.1

2 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago