Setup

To Create your application, you can use our Online Editor here, or you can create it programmatically here.

Installation

Add @cloudby dependency to your project:

yarn add @cloudby
npm install @cloudby

Then, add @cloudby to the modules section of nuxt.config.js:

nuxt.config.js
{
  modules: [
    '@cloudby'
  ],
  cloudby: {
    // Options
  }
}
Edit this page on GitHub Updated at Fri, Feb 12, 2021