Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 523 Bytes

vsf-contentful

Frontend Store for vsf-contentful-api

Requirements

` installed vsf-contentful-api

Installation

Edit vue-storefront-api/config/local.json

"contentful": {
      "endpoint": "{YOUR-API-ENDPOINT}/ext/contentful-api",
      "defaultContentType": "{DEFAULTTYPE: eg. blogPost}"
    },

Mixins

./components/Entries.js (All Entries) ./components/Entry.js (Single Page Entry)

Todos

Add Pagination & Limit Support to allEntries.