0.1.21 â€ĸ Published 11 months ago

nuxt-calendly v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

đŸ—“ī¸ Nuxt Calendly

npm version npm downloads License

Calendly integration for Nuxt 3.

Features

Quick Setup

  1. Add nuxt-calendly dependency to your project
npx nuxi@latest module add 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
0.1.20

1 year ago

0.1.21

11 months ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago