Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliankoehn/vsf-contentful

Frontend Example for vsf-contentful-api
https://github.com/juliankoehn/vsf-contentful

Last synced: 3 months ago
JSON representation

Frontend Example for vsf-contentful-api

Awesome Lists containing this project

README

        

# vsf-contentful

Frontend Store for vsf-contentful-api

### Requirements
` installed [vsf-contentful-api](https://github.com/juliankoehn/vsf-contentful-api)

### Installation

Edit vue-storefront-api/config/local.json
```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.