GhostCMS Nuxt.js module
- Add the
ghost-nuxtdependency withyarnornpmto your project - Add
ghost-nuxtto themodulessection ofnuxt.config.js - Configure it:
/*** nuxt.config.js ***/
{
modules: [
// Simple usage
'ghost-nuxt',
// With options
['ghost-nuxt', { /* module options */ }]
]
}- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
- Guide to NuxtJS Modules
- nuxt-ghost-starter, for an example of a NuxtJS project using GhostCMS without a module.
- storyblok-nuxt, for inspiration of similar NuxtJS Module on NPM.
Copyright (c) Brandyn Friedly