mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: remove invalid nuxi aliases (#25209)
This commit is contained in:
parent
b8e9cbec1f
commit
16256f3f30
@ -9,7 +9,7 @@ links:
|
|||||||
---
|
---
|
||||||
|
|
||||||
```bash [Terminal]
|
```bash [Terminal]
|
||||||
npx nuxi clean|cleanup [rootDir]
|
npx nuxi cleanup [rootDir]
|
||||||
```
|
```
|
||||||
|
|
||||||
The `cleanup` command removes common generated Nuxt files and caches, including:
|
The `cleanup` command removes common generated Nuxt files and caches, including:
|
||||||
|
@ -9,7 +9,7 @@ links:
|
|||||||
---
|
---
|
||||||
|
|
||||||
```bash [Terminal]
|
```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).
|
The `init` command initializes a fresh Nuxt project using [unjs/giget](https://github.com/unjs/giget).
|
||||||
|
@ -9,7 +9,7 @@ links:
|
|||||||
---
|
---
|
||||||
|
|
||||||
```bash [Terminal]
|
```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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user