This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/decoupling-drupal-vuejs.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1,020 B
Raw Blame History

title description code speakerdeck events
Decoupling Drupal with Vue.js Decoupling Drupal with Vue.js. https://github.com/opdavies/blue-conf-2019
id ratio url
60c8b7abdf194946b7a78a1bb74a0982 1.77777777777778 https://speakerdeck.com/opdavies/decoupling-drupal-with-vue-dot-js
event date
blue_conf_19 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.

The demo code used in the talk is available on GitHub.