https://github.com/lukeocodes/nuxt-contentful-starter
Quick starter blog using Contentful. Uses generate router payload to reduce individual API calls to Contentful.
https://github.com/lukeocodes/nuxt-contentful-starter
contentful example netlify nuxt starter-blog vue
Last synced: about 2 months ago
JSON representation
Quick starter blog using Contentful. Uses generate router payload to reduce individual API calls to Contentful.
- Host: GitHub
- URL: https://github.com/lukeocodes/nuxt-contentful-starter
- Owner: lukeocodes
- License: mit
- Created: 2021-03-26T09:30:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T15:35:40.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:42:03.291Z (4 months ago)
- Topics: contentful, example, netlify, nuxt, starter-blog, vue
- Language: Vue
- Homepage: https://nuxt-contentful-blog-starter.netlify.app/
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nuxt Contentful Starter
Quick starter blog using Contentful.
Uses generate router payload to reduce individual API calls to Contentful.
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).