Overview:
Druxt Quickstart is a one-click solution for fully decoupled Drupal development using DruxtJS. It provides a quickstart installation of Drupal 9, Nuxt 2, and Druxt 0, allowing developers to get started quickly with decoupled Drupal projects.
Features:
- Drupal and Nuxt Mono-Repo: Druxt Quickstart provides a mono-repo structure that includes both Drupal and Nuxt, making it easy to manage and develop decoupled Drupal applications.
- Quick-er Start: The quickstart installation allows developers to start building without the need to set up Drupal, Nuxt, and Druxt from scratch.
- Pre-installed UI Frameworks: Druxt Quickstart offers a choice of pre-installed UI frameworks such as BootstrapVue and TailwindCSS, allowing developers to start with a pre-configured user interface.
Installation:
To install Druxt Quickstart, follow these steps:
- Click the “Use this template” button on GitHub and create a new repository.
- Clone the repository to your local machine using
git clone git@github.com:druxt/quickstart.git. - Set up an
.envfile by copying the.env.examplefile and updating the variables as required. - Install and set up Drupal by running the necessary commands from the repository root.
- Install and run Nuxt by running the necessary commands from the repository root.
For cloud development with Gitpod.io, follow these additional steps:
- Click the “Use this template” button on GitHub and create a new repository.
- Once the repository has been generated, open it in Gitpod by appending
https://gitpod.io#to the GitHub URL. - Wait for your codebase to build.
- Access the pre-installed, pre-configured, and running instance of Drupal and Nuxt using the provided URLs.
Please refer to the provided URLs for more detailed documentation on installation and setup.
Summary:
Druxt Quickstart is a convenient solution for developers looking to start decoupled Drupal projects quickly. It provides a pre-configured setup of Drupal and Nuxt, along with the option to use pre-installed UI frameworks. With easy installation and setup instructions, developers can save time and focus on building their decoupled Drupal applications.