1.0.0-dev0.0 • Published 3 years ago

@it-spirit/plone-nuxt v1.0.0-dev0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

plone-nuxt-module

npm version npm downloads Github Actions CI Codecov License

Nuxt integration for Plone CMS

📖 Release Notes

Setup

  1. Add plone-nuxt-module dependency to your project
yarn add plone-nuxt-module # or npm install plone-nuxt-module
  1. Add plone-nuxt-module to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'plone-nuxt-module',

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

Development

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

License

MIT License

Copyright (c) Thomas Massmann thomas.massmann@it-spir.it

Sponsors

The development of this NuxtJS module was sponsored by:

1.0.0-dev0.0

3 years ago