Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nuxt-kirby

mattlenz5ISCdeprecated0.0.4

This package has been deprecated

Kirby 3 API Nuxt.js module

readme

Nuxt Kirby

Usage

npm install --save nuxt-kirby

or

yarn add nuxt-kirby
// nuxt.config.js

export default {
  modules: [
    'nuxt-kirby'
  ],
  kirby: {
    url: '', // Kirby API url (ie http://dev.local/kirbysite/api)
    email: '', // Kirby API email
    password: '' // Kirby API password
  }
}