DEV Community

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

Posted on

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

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