Skip to content

This is nuxt js integration with contentful using vuex to manage the state

Notifications You must be signed in to change notification settings

namadnuno/nuxtful-blog

Repository files navigation

Contentful-blog

This projects is an example how to integrate contentful with nuxtjs using vuex as a state management system

Build Setup

# set up environment file
$ cp .env.example .env
#note: don't forget to setup the CONTENTFUL_SPACE, CONTENTFUL_ACCESS_TOKEN, CONTENTFUL_MANAGEMENT_ACCESS_TOKEN vars based on your contentful configuration
In order to get the CONTENTFUL_MANAGEMENT_ACCESS_TOKEN you need to generate one api key, on the following link: https://app.contentful.com/spaces/<space_id>/api/cma_tokens

# install dependencies
$ yarn

# Import Content model
$ yarn contentful-import

# serve with hot reload at localhost:3000
$ yarn dev

About

This is nuxt js integration with contentful using vuex to manage the state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published