Socket
Socket
Sign inDemoInstall

druxt

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druxt

A Bridge between frameworks, NuxtJS in the front, Drupal in the back.


Version published
Weekly downloads
449
increased by14.25%
Maintainers
1
Weekly downloads
 
Created
Source

DruxtJS; A bridge between frameworks.

CircleCI Known Vulnerabilities codecov

DruxtJS provides an easy connection between a Drupal JSON:API backend and NuxtJS frontend application.

Install

$ npm install druxt

Usage

Add module to nuxt.config.js

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

The Druxt component

Druxt provides a Vue.js component to easily access Drupal's JSON:API data, with a simple Slot based theming system.

<Druxt :module="module" :props-data="propsData" :wrapper="wrapper" />

Get started with the Guide and API Documentation.

Join the community

DruxtJS is an open source project, built by the comunity for the community.

Find support or get involved in building Druxt via our community channels:

Decoupled sites

The DruxtJS Site module provides minimal configuration, decoupled Drupal site functionality.

Keywords

FAQs

Package last updated on 08 Jan 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc