GhostCMS Nuxt.js module
- Add the
ghost-nuxt
dependency withyarn
ornpm
to your project - Add
ghost-nuxt
to themodules
section 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 install
ornpm 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