Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliankoehn/vsf-contentful
- Owner: juliankoehn
- Archived: true
- Created: 2019-02-27T16:17:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:26:13.000Z (over 5 years ago)
- Last Synced: 2024-05-22T17:32:52.966Z (6 months ago)
- Language: TypeScript
- Homepage: https://github.com/juliankoehn/vsf-contentful-api
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vuestorefront - Contentful integration
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.