PHPackages                             dobefu/nuxtify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dobefu/nuxtify

AbandonedArchivedProject

dobefu/nuxtify
==============

Quickly build a decoupled Drupal site with Nuxt 3 and GraphQL

1.0.0-beta6(1y ago)349GPL-2.0-or-laterVue

Since Mar 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Nuxtify-drupal/Nuxtify)[ Packagist](https://packagist.org/packages/dobefu/nuxtify)[ Docs](https://www.drupal.org/project/drupal)[ RSS](/packages/dobefu-nuxtify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (14)Used By (0)

Nuxtify
=======

[](#nuxtify)

This project serves as a quickstart profile for integrating Drupal and Nuxt 3, allowing them to communicate with each other. It provides a foundation for building dynamic and interactive web applications.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
    - [Backend (Drupal)](#backend-drupal)
    - [Frontend (Nuxt)](#frontend-nuxt)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

Installation
------------

[](#installation)

### Backend (Drupal)

[](#backend-drupal)

To install the Drupal backend for this project, you can use DDEV, a local development environment tool. Follow the steps below:

1. Make sure you have DDEV installed on your system. If not, you can install it by following the instructions in the [DDEV documentation](https://ddev.readthedocs.io/en/stable/#installation).
2. Once DDEV is installed, navigate to the project directory in your terminal:

```
cd nuxtify

```

3. Run the following command to install the Drupal backend:

```
ddev install -y

```

This command will automatically set up the necessary dependencies and configurations for the Drupal backend.

4. After the installation is complete, you can launch the local website with the following command:

```
ddev launch

```

### Frontend (Nuxt)

[](#frontend-nuxt)

To set up the frontend (Nuxt) for this project, you will need to have Node.js installed on your system. Make sure to use the version that is in the [.nvmrc](./frontend/.nvmrc) file.

[NVM](https://github.com/nvm-sh/nvm) can be used to manage Node.js versions. Install NVM by following the instructions in the [NVM GitHub repository](https://github.com/nvm-sh/nvm#installation-and-update). Once NVM is installed, you can run `nvm use` in the `frontend` directory to use the correct version automatically.

1. Run the following command to install dependencies:

```
make install
```

Usage
-----

[](#usage)

To run the frontend locally, run the following command:

```
make watch
```

To check the frontend code for linting errors, run the following command:

```
make lint
```

To build the project, run the following command:

```
make
```

License
-------

[](#license)

The project is licensed under the MIT License, which is a permissive open-source license. This means that you are free to use, modify, and distribute the code for both commercial and non-commercial purposes. The license also comes with limited liability and warranty, so use the code at your own risk. For more details, please refer to the [LICENSE](./LICENSE) file.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~24 days

Total

12

Last Release

643d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e4dd69202661111d3889f903c946c8174b2306227a20edfe080c98ef2b7d995?d=identicon)[Dobefu](/maintainers/Dobefu)

---

Top Contributors

[![Dobefu](https://avatars.githubusercontent.com/u/12952521?v=4)](https://github.com/Dobefu "Dobefu (98 commits)")

### Embed Badge

![Health badge](/badges/dobefu-nuxtify/health.svg)

```
[![Health](https://phpackages.com/badges/dobefu-nuxtify/health.svg)](https://phpackages.com/packages/dobefu-nuxtify)
```

###  Alternatives

[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.6M1](/packages/drupal-recommended-project)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

151.0k](/packages/fourkitchens-sous-drupal-project)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
