mortona42 / drupal-nuxt

Drupal-Nuxt integration via JSON API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Get started with Nuxt development, using Drupal as a backend. This starter uses Lando for local development.

Build Setup

# Start Lando
$ lando start

# Prepare Drupal
$ cd drupal
$ lando composer install

# Install Drupal
Visit https://drupal.drupal-nuxt.lndo.site
Follow installation instructions
Create a page or two.

# Install Nuxt
$ lando npm install

# Run Nuxt
$ lando npm run dev

Help

Feel free to fork and do things differently, or post a question in the issues.

About

Drupal-Nuxt integration via JSON API


Languages

Language:PHP 86.8%Language:Vue 10.0%Language:JavaScript 3.2%