Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -3,15 +3,22 @@ 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:
- event: blue_conf_19
date: 2019-06-07
- 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, well look at how to build progressively and fully decoupled applications - passing data from a Drupal 8 back-end to a Vue.js front-end.
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.
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.').
In this talk, well 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.').