Skip to content

resend/resend-nuxt-example

Repository files navigation

Resend with Nuxt

This example shows how to use Resend with Nuxt.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

npm install
# or
yarn
  1. Run Nuxt locally:
npm run dev
  1. Open URL in the browser:
http://localhost:3000/api/send

License

MIT License