nuxt-calendly
TypeScript icon, indicating that this package has built-in type declarations

0.1.18 • Public • Published

🗓️ Nuxt Calendly

npm version npm downloads License

Calendly integration for Nuxt 3.

Features

Quick Setup

  1. Add nuxt-calendly dependency to your project
# Using pnpm
pnpm add -D nuxt-calendly

# Using yarn
yarn add --dev nuxt-calendly

# Using npm
npm install --save-dev nuxt-calendly
  1. Add nuxt-calendly to the modules section of nuxt.config.ts
export 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.


Development

# 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

/nuxt-calendly/

    Package Sidebar

    Install

    npm i nuxt-calendly

    Weekly Downloads

    740

    Version

    0.1.18

    License

    MIT

    Unpacked Size

    35.8 kB

    Total Files

    23

    Last publish

    Collaborators

    • madebyfabian