Skip to content

bfreeds/ghost-nuxt

Repository files navigation

ghost-nuxt

npm version npm downloads Circle CI Codecov Dependencies Standard JS

GhostCMS Nuxt.js module

📖 Release Notes

Setup

  1. Add the ghost-nuxt dependency with yarn or npm to your project
  2. Add ghost-nuxt to the modules section of nuxt.config.js
  3. Configure it:
/*** nuxt.config.js ***/

{
  modules: [
    // Simple usage
    'ghost-nuxt',

    // With options
    ['ghost-nuxt', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

Resources

License

MIT License

Copyright (c) Brandyn Friedly

About

GhostCMS module for Nuxt.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published