Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 741 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 741 Bytes

How To Use Contentful?

Prerequired

If you want to use contentful via cli, you should install bellow package. https://www.npmjs.com/package/contentful-cli

Document

Integrate Contentful with Nuxt.js https://www.contentful.com/developers/docs/javascript/tutorials/integrate-contentful-with-vue-and-nuxt/

Used Commands

contentful space seed --template blog

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.