|
|
|
@ -17,7 +17,7 @@ vitepress dev [root]
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
|
|
| Option | Description |
|
|
|
|
|
| - | - |
|
|
|
|
|
| --------------- | ----------------------------------------------------------------- |
|
|
|
|
|
| `--open [path]` | Open browser on startup (`boolean \| string`) |
|
|
|
|
|
| `--port <port>` | Specify port (`number`) |
|
|
|
|
|
| `--base <path>` | Public base path (default: `/`) (`string`) |
|
|
|
|
@ -38,11 +38,11 @@ vitepress build [root]
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
|
|
| Option | Description |
|
|
|
|
|
| - | - |
|
|
|
|
|
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
| `--mpa` (experimental) | Build in [MPA mode](../guide/mpa-mode) without client-side hydration (`boolean`) |
|
|
|
|
|
| `--base <path>` | Public base path (default: `/`) (`string`) |
|
|
|
|
|
| `--target <target>` | Transpile target (default: `"modules"`) (`string`) |
|
|
|
|
|
| `--outDir <dir>` | Output directory (default: `.vitepress/dist`) (`string`) |
|
|
|
|
|
| `--outDir <dir>` | Output directory relative to **cwd** (default: `<root>/.vitepress/dist`) (`string`) |
|
|
|
|
|
| `--minify [minifier]` | Enable/disable minification, or specify minifier to use (default: `"esbuild"`) (`boolean \| "terser" \| "esbuild"`) |
|
|
|
|
|
| `--assetsInlineLimit <number>` | Static asset base64 inline threshold in bytes (default: `4096`) (`number`) |
|
|
|
|
|
|
|
|
|
@ -59,7 +59,7 @@ vitepress preview [root]
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
|
|
| Option | Description |
|
|
|
|
|
| - | - |
|
|
|
|
|
| --------------- | ------------------------------------------ |
|
|
|
|
|
| `--base <path>` | Public base path (default: `/`) (`string`) |
|
|
|
|
|
| `--port <port>` | Specify port (`number`) |
|
|
|
|
|
|
|
|
|
|