Download the PHP package dobefu/nuxtify without Composer
On this page you can find all versions of the php package dobefu/nuxtify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dobefu/nuxtify
More information about dobefu/nuxtify
Files in dobefu/nuxtify
Package nuxtify
Short Description Quickly build a decoupled Drupal site with Nuxt 3 and GraphQL
License GPL-2.0-or-later
Homepage https://www.drupal.org/project/drupal
Informations about the package 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
- Installation
- Backend (Drupal)
- Frontend (Nuxt)
- Usage
- Contributing
- License
Installation
Backend (Drupal)
To install the Drupal backend for this project, you can use DDEV, a local development environment tool. Follow the steps below:
-
Make sure you have DDEV installed on your system. If not, you can install it by following the instructions in the DDEV documentation.
-
Once DDEV is installed, navigate to the project directory in your terminal:
- Run the following command to install the Drupal backend:
This command will automatically set up the necessary dependencies and configurations for the Drupal backend.
- After the installation is complete, you can launch the local website with the following command:
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 file.
NVM can be used to manage Node.js versions. Install NVM by following the instructions in the NVM GitHub repository. Once NVM is installed, you can run nvm use in the frontend directory to use the correct version automatically.
- Run the following command to install dependencies:
Usage
To run the frontend locally, run the following command:
To check the frontend code for linting errors, run the following command:
To build the project, run the following command:
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 file.
All versions of nuxtify with dependencies
cweagans/composer-patches Version ~1.0
dobefu/nuxtify_profile Version ^1.0.0@beta
drupal/core-composer-scaffold Version ^10.2
drupal/core-recommended Version ^10