1.0.80724 • Published 2 months ago

@ignite-signals/nuxt v1.0.80724

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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
1.0.80724

2 months ago

1.0.80720

2 months ago

1.0.1

5 months ago

1.0.0

8 months ago

0.0.12

10 months ago

0.0.11

10 months ago