Skip to content

RoqLabs/NuxtLamba

Repository files navigation

Lamba

npm version npm downloads License

Integrate the Lamba client library in your nuxt project to start using low code capabilities in your web apps.

Previews

Preview 1

Features

  • ⛰  Embed low code capabilities
  • 🚠  Same configuration & doc as the CDN version
  • 🌲  Enjoy light and dark theme
  • 👩‍🎨  Responsive & mobile friendly UI

Quick Setup

  1. Add @lambahq/nuxt dependency to your project
# Using pnpm
pnpm add -D @lambahq/nuxt

# Using yarn
yarn add --dev @lambahq/nuxt

# Using npm
npm install --save-dev @lambahq/nuxt
  1. Add @lambahq/nuxt to the modules section of nuxt.config.ts and setup the runtimeConfig as shown below:
export default defineNuxtConfig({
  ssr: false, // REQUIRED
  modules: [
    '@lambahq/nuxt'
  ]
})

That's it! You can now use Lamba in your Nuxt app ✨

About

Lamba's official Nuxt client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published