nuxt-mail icon indicating copy to clipboard operation
nuxt-mail copied to clipboard

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

Open danielroe opened this issue 1 year ago • 2 comments

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 🙏

danielroe avatar Apr 03 '24 12:04 danielroe

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

dword-design avatar Apr 04 '24 12:04 dword-design

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.

danielroe avatar Apr 04 '24 12:04 danielroe

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

dword-design avatar Apr 08 '24 17:04 dword-design