Add BlueConf talks
This commit is contained in:
parent
f000fbeeba
commit
c1f09db4c1
|
@ -91,6 +91,11 @@ drupalorg:
|
||||||
url_new: https://www.drupal.org/u/opdavies
|
url_new: https://www.drupal.org/u/opdavies
|
||||||
|
|
||||||
events:
|
events:
|
||||||
|
blue_conf_19:
|
||||||
|
name: Blue Conf 2019
|
||||||
|
location: Cardiff, UK
|
||||||
|
url: https://blueconf.co.uk
|
||||||
|
|
||||||
drupal_bristol:
|
drupal_bristol:
|
||||||
name: Drupal Bristol
|
name: Drupal Bristol
|
||||||
location: Bristol, UK
|
location: Bristol, UK
|
||||||
|
|
10
source/_talks/decoupling-drupal-vuejs.md
Normal file
10
source/_talks/decoupling-drupal-vuejs.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Decoupling Drupal with Vue.js
|
||||||
|
description: Decoupling Drupal with Vue.js.
|
||||||
|
events:
|
||||||
|
- event: blue_conf_19
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
|
@ -15,6 +15,9 @@ events:
|
||||||
date: 2019-04-17
|
date: 2019-04-17
|
||||||
- event: wordcamp_bristol_2019
|
- event: wordcamp_bristol_2019
|
||||||
date: 2019-05-18
|
date: 2019-05-18
|
||||||
|
- event: blue_conf_19
|
||||||
|
date: 2019-06-07
|
||||||
|
---
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Taking Flight with Tailwind CSS
|
title: Taking Flight with Tailwind CSS
|
||||||
|
|
Loading…
Reference in a new issue