Skip to content

drunomics/lupus-decoupled-nuxt-starter

Repository files navigation

Lupus Decoupled Nuxt Starter

A starter setup with skeleton components for Lupus Decoupled Drupal. Built upon the nuxtjs-drupal-ce Nuxt module.

Overview

This is a Nuxt project with nuxtjs-drupal-ce installed and configured, ready to connect to a Lupus Decoupled Drupal backend.

Try it

GitHub Codespaces

The easiest way to try it is via GitHub Codespaces — a free, browser-based development environment with everything preconfigured.

See the Play Online guide for details and alternative setups (shadcn/ui, Next.js).

StackBlitz

You can also launch it on StackBlitz and connect it to a backend manually (see manual setup steps below).

Manual setup steps

When using StackBlitz or a local setup, configure the base URLs:

  1. Set the Drupal base URL in nuxt.config.ts.
  2. Set the frontend base URL in Drupal at /admin/config/system/lupus-decoupled/settings.
  3. Add some content nodes and menu items pointing to them. /node/1 on the backend is available under /node/1 in the frontend.

Usage

Setup

Install the dependencies:

npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

License

MIT

About

A naked nuxt3 demo project for https://lupus-decoupled.org

Topics

Resources

License

Stars

Watchers

Forks

Contributors