docs: remove invalid nuxi aliases (#25209)

This commit is contained in:
Yi-Ru Lan 2024-01-15 19:23:40 +08:00 committed by GitHub
parent b8e9cbec1f
commit 16256f3f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ links:
---
```bash [Terminal]
npx nuxi clean|cleanup [rootDir]
npx nuxi cleanup [rootDir]
```
The `cleanup` command removes common generated Nuxt files and caches, including:

View File

@ -9,7 +9,7 @@ links:
---
```bash [Terminal]
npx nuxi init|create [--verbose|-v] [--template,-t] [dir]
npx nuxi init [--verbose|-v] [--template,-t] [dir]
```
The `init` command initializes a fresh Nuxt project using [unjs/giget](https://github.com/unjs/giget).

View File

@ -9,7 +9,7 @@ links:
---
```bash [Terminal]
npx nuxi preview [rootDir] [--dotenv]
npx nuxi preview|start [rootDir] [--dotenv]
```
The `preview` command starts a server to preview your Nuxt application after running the `build` command. The `start` command is an alias for `preview`. When running your application in production refer to the [Deployment section](/docs/getting-started/deployment).