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

0.0.2 • Public • Published

Nuxt Resend

npm version npm downloads License Nuxt

Resend integration for Nuxt.

Quick Setup

  1. Add nuxt-resend dependency to your project
# Using npm
npm install --save-dev nuxt-resend

# Using pnpm
pnpm add -D nuxt-resend

# Using yarn
yarn add --dev nuxt-resend

# Using bun
bun add --D nuxt-resend
  1. Add nuxt-resend to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-resend'
  ]
})

Add the following configuration to your .env file replacing the value in < > with your Resend API key.

NUXT_RESEND_API_KEY="<your_resend_api_key>"

That's it! You can now use Nuxt Resend in your Nuxt app ✨

Development

# Install dependencies
pnpm install

# Generate type stubs
pnpm run dev:prepare

# Develop with the playground
pnpm run dev

# Build the playground
pnpm run dev:build

# Run checks
pnpm run check

# Run Vitest
pnpm run test
pnpm run test:watch

# Release new version
pnpm run release

/nuxt-resend/

    Package Sidebar

    Install

    npm i nuxt-resend

    Weekly Downloads

    71

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    5.7 kB

    Total Files

    12

    Last publish

    Collaborators

    • nhedger