@ignite-signals/nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.0.80724 • Public • Published
Ignite Signals Logo

Ignite Signals Nuxt Package

Best-in-class telemetry collection for Brokers and Insurers
Explore the docs »

Open Portal

Getting Started

Not using Nuxt?? – head over to our Vue package

Install package

  1. Install
# Using pnpm
pnpm add -D @ignite-signals/nuxt

# Using yarn
yarn add --dev @ignite-signals/nuxt

# Using npm
npm install --save-dev @ignite-signals/nuxt
  1. Add @ignite-signals/nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@ignite-signals/nuxt'
  ]
})
  1. Start using Ignite Signals components in your project! For example here we using the SignalsOnboarding component to get a device registered with Ignite Signals
<SignalsOnboarding
  organisation-name="SkyNet"
  organisation-logo-url="https://sky.net/logo.png"
  workflow-token="your_workflow_token"
  @complete="onOnboardingComplete"
  @error="onOnboardingError"
/>
  1. Refer to the documentation for more help

Package Sidebar

Install

npm i @ignite-signals/nuxt

Weekly Downloads

3

Version

1.0.80724

License

MIT

Unpacked Size

5.2 kB

Total Files

11

Last publish

Collaborators

  • gerrywilko