From 55e82472d2534ecb3ef10d8e3dc10d4c9a6f1cb2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 6 Aug 2019 01:24:35 +0100 Subject: [PATCH] Add link to GitHub repo --- source/_talks/decoupling-drupal-vuejs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_talks/decoupling-drupal-vuejs.md b/source/_talks/decoupling-drupal-vuejs.md index 3612c494..eef9736e 100644 --- a/source/_talks/decoupling-drupal-vuejs.md +++ b/source/_talks/decoupling-drupal-vuejs.md @@ -1,6 +1,7 @@ --- 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' @@ -12,3 +13,5 @@ events: 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. In this talk, we’ll look at how to build progressively and fully decoupled applications - passing data from a Drupal 8 back-end to a Vue.js front-end. + +The demo code used in the talk is [available on GitHub](https://github.com/opdavies/blue-conf-2019 'View the demo code for this talk on GitHub.').