DEV Community

Cover image for Quick Introduction to Strapi HeadlessCMS for Ionic VueJS Mobile App
Aaron K Saunders
Aaron K Saunders

Posted on

2

Quick Introduction to Strapi HeadlessCMS for Ionic VueJS Mobile App

NEW Ionic VueJS Vuex Firebase Course Available On Udemy

[VIDEO] Quick Introduction to Strapi HeadlessCMS for Ionic VueJS Mobile App

Strapi.io - Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable, and developer-first.
www.strapi.io

Alt Text

What Is A Headless CMS

A headless CMS is content management software that enables writers to produce and organize content while providing developers with structured data that can be displayed using a separate system on the frontend of a website or app.

We quickly setup Strapi as a headless CMS for an Ionic Framework VueJS Application. The Application creates content that contains some text fields and an image field. The video walks through reading the data from Strapi and adding additional documents to the CMS through the Ionic VueJS Application.

Strapi Quick Start Guide Available Here

ImagePost Object In Strapi

  • title: text
  • body: text
  • image: media

We enable public access to all the content in the application for the purpose of the tutorial.

VueJS Code

  • We use Ionic Framework Vue Components
  • Start a blank template application using the ionic/cli
  • Application has two main components, Home and AddItem
  • Home.vue: displays a list of the ImagePost object
  • AddItem.vue: Input form to add the text fields and to select the image to include with the post

Video Tutorial On YouTube

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (2)

Collapse
 
aaronksaunders profile image
Aaron K Saunders • Edited

If you prefer ReactJS youtu.be/KCDtQocnZcQ

https://dev-to-uploads.s3.amazonaws.com/i/a9lrazd3qalgqc0ijb3a.png

Collapse
 
aaronksaunders profile image
Aaron K Saunders

video link - youtube.com/watch?v=82Z7Ojsm8NQ
source code - gum.co/NfyTZg

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay