Skip to content

Latest commit

 

History

History
executable file
·
67 lines (48 loc) · 2.13 KB

README.md

File metadata and controls

executable file
·
67 lines (48 loc) · 2.13 KB

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