0.1.1 • Published 3 years ago

druxt-search v0.1.1

Weekly downloads
127
License
MIT
Repository
github
Last release
3 years ago

\

CircleCI Known Vulnerabilities codecov

Provides JSON API Search integration for a Druxt (DRUpal nuXT) project.

Install

$ npm install druxt-search

Usage

Add module to nuxt.config.js

module.exports = {
  modules: [
    'druxt-search'
  ],

  druxt: {
    baseUrl: 'https://demo-api.druxtjs.org'
  }
}

Options

Base Druxt options

These options are available to all Druxt modules.

OptionTypeRequiredDefaultDescription
axiosobjectNo{}Axios instance settings.
baseUrlstringYesnullBase URL for the Drupal installation.