Documentation
← Back to Integrations

Vue.js Integration

Integrate Flux Relay into Vue.js applications with composables and plugins

Coming Soon

Vue.js integration guide is coming soon! In the meantime, you can use the JavaScript SDK directly in your Vue.js application.

Quick Start:

  1. Install the SDK: bun add @postacksolutions/flux-relay-sdk
  2. Use the JavaScript SDK in your Vue composables
  3. Check out the JavaScript guide for examples