Cards
A Simple Flashcard Application
This application if built with NuxtJS with the Vuetify UI framework, and deployed to GitHub pages. It communicates with a Drupal installation acting as a backend 'headless' CMS via axios and Drupal's JSON:API. This architecture allows for decoupling of the backend CMS concerns and the front end presentation layer.
- Check out NuxtJS , a Vue.js framework for SSR and SSG (aka JAMStack) sitebuilding.
- For more information on Drupal's JSON:API, check out the documentation on D.O.
- Want to see the frontend code for this application? Check out the repo on GitHub.
- For more information on the Vuetify UI Framework, check out the documentation .
Nuxt Documentation
Drupal JSON:API Documentation
Vuetify Documentation
Cards GitHub