Reapply "Format talk page front matter"

This reverts commit 52659b653e.
This commit is contained in:
Oliver Davies 2024-08-07 01:48:16 +01:00
parent 52659b653e
commit 1308c487fa
39 changed files with 640 additions and 757 deletions

View file

@ -2,18 +2,15 @@
title: Decoupling Drupal with Vue.js
description: Decoupling Drupal with Vue.js.
code: https://github.com/opdavies/blue-conf-2019
speakerdeck:
id: 60c8b7abdf194946b7a78a1bb74a0982
ratio: "1.77777777777778"
url: https://speakerdeck.com/opdavies/decoupling-drupal-with-vue-dot-js
id: 60c8b7abdf194946b7a78a1bb74a0982
ratio: "1.77777777777778"
url: https://speakerdeck.com/opdavies/decoupling-drupal-with-vue-dot-js
events:
-
name: Blue Conf 2019
location: Cardiff, UK
url: https://blueconf.co.uk
date: 2019-06-07
- name: Blue Conf 2019
location: Cardiff, UK
url: https://blueconf.co.uk
date: 2019-06-07
---
Decoupled or headless Drupal has been a trend for a number of years, with modules like RESTful Web Services available for Drupal 7 to expose data, and Drupal 8 becoming more API-first with JSON:API module now included as part of core. This makes it easier for third party systems or alternative front-end applications to consume and work with the data provided by Drupal.