Create Nuxt.js app in Lando with Drupal backend
This .lando.yml file will set up a node server for nuxt at nuxtapp.lndo.site and move drupal to drupal.nuxtapp.lndo.site.
See...
This .lando.yml file will set up a node server for nuxt at nuxtapp.lndo.site and move drupal to drupal.nuxtapp.lndo.site.
See...
I'm stepping into a decoupled project. The developers are working on a Vue front end and Drupal backend, but were having trouble...
I'm looking into the Decoupled Router to see how it works. It's job is to take a page url and return info about the entity. You...