All questions

First time wiring the Nuxt SDK, is this really all the setup?

Asked by Priya Nair on

PNPriya Nair

Coming off a heavier client-side testing tool, I had blocked out a couple of days for the integration because that is what the last one took. Instead I ran the CLI init, added the provider, and had a slot resolving on the server almost immediately.

That felt too easy, so I want a sanity check from people who have run this in production. Did I skip something important, or is that genuinely the whole setup?

Was this helpful?

1 answer

Ssam_the_devAccepted answer

That is genuinely it. The CLI init wires the SDK and generates the slot types, so you are left with a single command plus registering the provider. Content resolves server-side in Nuxt, which is why your slot showed up in the initial HTML instead of swapping in later.

The one check worth doing to confirm it is really live: open the Integration page on the dashboard and look for the green "Received traffic in the past 24 hours" indicator. Once that is green you know traffic is flowing and you did not miss a step.

Was this helpful?
Still have questions?