This package has been deprecated

Author message:

This package has been deprecated

nuxt-kirby

0.0.4 • Public • Published

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
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-kirby

Weekly Downloads

3

Version

0.0.4

License

ISC

Unpacked Size

1.35 kB

Total Files

4

Last publish

Collaborators

  • mattlenz