Setup
Check the Nuxt.js documentation for more information about installing and using modules in Nuxt.js.
Installation
Add @cusy/plone-nuxt
dependency to your project:
yarn add @cusy/plone-nuxt
npm install @cusy/plone-nuxt
Then, add @cusy/plone-nuxt
to the modules
section of nuxt.config.js
:
nuxt.config.js
{
modules: [
'@cusy/plone-nuxt'
],
plone: {
// Options
url: 'http://localhost:8080/Plone',
languages: ['en', 'de', 'es']
}
}