useCalendly() composable to access all of calendly's widget.js methods.useCalendlyEventListener() composable to listen to certain events provided by calendly.nuxt-calendly dependency to your projectnpx nuxi@latest module add calendly
nuxt-calendly to the modules section of nuxt.config.tsexport default defineNuxtConfig({
modules: ["nuxt-calendly"],
// entirely optional
calendly: {},
})
That's it! You can now use 🗓️ Nuxt Calendly in your Nuxt app ✨
Check out the Documentation.
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release