Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 801 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 801 Bytes

Nuxt Drupal CMS Layer

Nuxt layer for providing components for integrating the Drupal CMS with Lupus Decoupled.

Usage

Todo.

See https://www.drupal.org/project/lupus_decoupled/issues/3506988

Development

Setup

Make sure to install the dependencies:

pnpm install

Working on your layer

Your layer is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.

The .playground directory should help you on trying your layer during development.

Running pnpm dev will prepare and boot .playground directory, which imports your layer itself.

Development Server

Start the development server on http://localhost:3000

pnpm dev