Socket
Socket
Sign inDemoInstall

druxt-router

Package Overview
Dependencies
77
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    druxt-router

Drupal router for Nuxt, powered by the Drupal Decoupled Router module.


Version published
Weekly downloads
123
decreased by-54.28%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

DruxtJS Router

CircleCI Known Vulnerabilities codecov

Drupal router for Nuxt, powered by the Drupal Decoupled Router module.

Features

  • Nuxt.js module with out of the box page routing: druxt-router
  • Vuex store: druxtRouter
  • Vue component: <DruxtRouter />
  • Vue mixin: DruxtRouterEntityMixin

Install

$ npm install druxt-router

Usage

Add module to nuxt.config.js

module.exports = {
  modules: ['druxt-router/nuxt'],
  druxt: {
    baseUrl: 'https://demo-api.druxtjs.org'
  }
}

Options

Druxt Router options

These options are specific to this module.

OptionTypeRequiredDefaultDescription
router.pagesbooleanNotrueWhether to parse the Nuxt pages/ directory.
router.wildcardbooleanNotrueWhether to install the wildcard route.

Base Druxt options

These options are available to all DruxtJS modules.

OptionTypeRequiredDefaultDescription
axiosobjectNo{}Axios instance settings.
baseUrlstringYesnullBase URL for the Drupal installation.
endpointstringNo/jsonapiJSON:API Endpoint of the Drupal installation.

Keywords

FAQs

Last updated on 23 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc