<client-only>
wrapper and configure your Nuxt app appropriately.nuxt.config.ts
:app.vue
file, set up AppKit:NUXT_PROJECT_ID
environment variable which you can get from Reown Dashboard.ssr: false
configuration and <client-only>
wrapper ensure AppKit works correctly with Nuxt’s SSR environment.<appkit-button />
web component wrapped in <client-only>
for SSR compatibility:
<appkit-button />
is a web component that’s automatically registered when AppKit is initialized. The <client-only>
wrapper ensures it only renders on the client side, preventing SSR hydration issues.
<client-only>
for SSR compatibility.<appkit-connect-button>
and <appkit-account-button>
components.wagmiConfig
from our AppKit WagmiAdapter configuration.