From 88c9f64ec61b68b86c22bb102a28eb56fd7ae28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Ollivier?= Date: Mon, 6 Jan 2025 17:27:27 +0100 Subject: [PATCH] docs: document `--dev` option for the module command (#30477) --- docs/3.api/4.commands/module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/3.api/4.commands/module.md b/docs/3.api/4.commands/module.md index 4890642b68..b54bcbe61a 100644 --- a/docs/3.api/4.commands/module.md +++ b/docs/3.api/4.commands/module.md @@ -14,7 +14,7 @@ Nuxi provides a few utilities to work with [Nuxt modules](/modules) seamlessly. ```bash [Terminal] -npx nuxi module add [--cwd=] [--logLevel=] [--skipInstall] [--skipConfig] +npx nuxi module add [--cwd=] [--logLevel=] [--skipInstall] [--skipConfig] [--dev] ``` @@ -31,6 +31,7 @@ Option | Default | Description `--logLevel=` | | Specify build-time log level `--skipInstall` | | Skip npm install `--skipConfig` | | Skip nuxt.config.ts update +`--dev` | | Install module as dev dependency The command lets you install [Nuxt modules](/modules) in your application with no manual work.