dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
247 stars 18 forks source link

docs: use new `nuxi module add` command in installation #226

Closed danielroe closed 7 months ago

danielroe commented 7 months ago

This updates the documentation to use the nuxi module add command which should simplify docs a bit and also improve user experience as there's no need to add to nuxt.config manually.

It's documented here.

I may have missed a few spots in the documentation as I'm doing this across the modules ecosystem assisted by the power of regular expressions ✨, so I'd appreciate a review 🙏

dword-design commented 7 months ago

@danielroe Is the @latest needed? If Nuxt is installed it should already be there and the docs don't have it.

danielroe commented 7 months ago

You’re right, it should be fine if the project is already using the latest nuxi version. But npm’s cache can be an issue otherwise.

dword-design commented 7 months ago

@danielroe I updated it via my scaffolding tool. So can be closed.