0.1.4 • Published 1 year ago

@bluecoaster/nuxt-unleash v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Nuxt 3 Unleash Module

npm version npm downloads License Nuxt

This module allows the use of Unleash feature flagging system into your Nuxt 3 app.

Features

  • Uses the unleash-client SDK as the driving package for communications.
  • Reactive feature flag reloading in your components
  • Server-side (API) support
  • Contextual features support

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add @bluecoaster/nuxt-unleash

Then add the options into your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ["@bluecoaster/nuxt-unleash"],
  unleash: {
    url: "https://your-unleash-instance.com/unleash",
    appName: "my-app-name",
    instanceId: "YOUR_INSTANCE_ID_IF_REQUIRED",
  },
});

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

Contribution

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago