0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ヘッドレスCMSについて

Posted at

ヘッドレスCMSについて

  • ビュー(表示する画面)がないCMS
  • CMS外で自作する

CMSのビュー(見た目)には以下の三種類がある

  • サービス固有の画面(Qiita,Note,Mediumなど)
  • テンプレートを選択できるもの(WoerPress,はてなブログなど)
  • 自由に作成可能なもの(WordPress)

ヘッドレスCMSのメリット

  • コンテンツをWeb、iOSアプリ、Androidアプリなど複数のデバイスに表示できる

CMSアーキテクチャの基本

  • CMSのバックエンド・・・コンテンツが管理される方法
    • 製品の選択、配置、付随する看板等
  • CMSのフロントエンド・・・コンテンツが配信される方法
    • 物流、看板の作成、在庫の保管、店舗まわりでの製品の移動管理など

    • 以下のようなものが基本的なwebサイトのバックエンドに含まれる

      • コンテンツを作成するための簡単なインターフェース
      • デジタルアセットを格納するためのデータベース
      • デザインのフレームワークを作成・適用するためのアプリケーションレイヤー
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?