@cusy/plone-nuxt

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @cusy/plone-nuxt

Weekly Downloads

106

Version

1.1.0

License

MIT

Unpacked Size

31.5 kB

Total Files

14

Last publish

Collaborators

  • scy.js
  • veit
  • thomasmassmann