Skip to content
Snippets Groups Projects

Introduction

PM App is an experimental module provided along with Drupal PM to showcase how a Decoupled Application could be build on top of Drupal PM to improve user experience for daily use.

Requirements

This module requires no other modules, than "Drupal PM" and its dependencies.

Installation

Install with composer: composer require drupal/pm then enable the module pm_app along with its dependencies.

Contributing

  • In the /pm/modules/pm_app/fem-knban directory:
    • install JS dependencies with npm install
    • For development, run the dev script npm run watch which will watch for filesystem changes
      • Note 1: The application would be available in your Drupal site at /pm-app
      • Note 2: The watch tasks actually "builds" the application. So no extra build step is needed.

Configuration

No configurations available as of now.

Maintainers