Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

docs: use new nuxi module add command in installation #42

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ Official Nuxt module for Vue Email. Build email templates with Vue components.
1. Add `@vue-email/nuxt` dependency to your project

```bash
# Using pnpm
pnpm add -D @vue-email/nuxt

# Using yarn
yarn add --dev @vue-email/nuxt

# Using npm
npm install --save-dev @vue-email/nuxt
npx nuxi@latest module add vue-email
```

2. Add `@vue-email/nuxt` to the `modules` section of `nuxt.config.ts`
Expand Down