Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
npm
npm install @allstak/nuxtpnpm
pnpm add @allstak/nuxtQuick start
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['@allstak/nuxt'],
runtimeConfig: { public: { allstak: { apiKey: process.env.ALLSTAK_API_KEY } } },
});