Skip to content

A source code for "How to code a notification workflow in your Nuxt app? (Bonus: Set & send emails with VueEmail templates)"

License

Notifications You must be signed in to change notification settings

novuhq/novu-echo-nuxt-vue-email-example

Repository files navigation

Notification Workflows In Nuxt App (With Vue Email)

A source code for "How to code a notification workflow in your Nuxt app? (Bonus: Set & send emails with VueEmail templates)"

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Launch The Dev Studio

You can learn more about it here

npx novu-labs@latest echo

About

A source code for "How to code a notification workflow in your Nuxt app? (Bonus: Set & send emails with VueEmail templates)"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published