Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ OPTIONS

COMMANDS

add Add Nuxt modules
add-template Create a new template file.
analyze Build nuxt and analyze production bundle (experimental)
build Build Nuxt for production deployment
cleanup Clean up generated Nuxt files and caches
dev Run Nuxt development server
devtools Enable or disable devtools in a Nuxt project
generate Build Nuxt and prerender all routes
info Get information about Nuxt project
init Initialize a fresh project
module Manage Nuxt modules
prepare Prepare Nuxt for development/build
preview Launches Nitro server for local testing after `nuxi build`.
start Launches Nitro server for local testing after `nuxi build`.
test Run tests
typecheck Runs `vue-tsc` to check types throughout your app.
upgrade Upgrade Nuxt
complete Generate shell completion scripts
add Add Nuxt modules
add-template Create a new template file.
analyze Build nuxt and analyze production bundle (experimental)
build Build Nuxt for production deployment
cleanup Clean up generated Nuxt files and caches
dev Run Nuxt development server
devtools Enable or disable devtools in a Nuxt project
generate Build Nuxt and prerender all routes
info Get information about Nuxt project
init Initialize a fresh project
module Manage Nuxt modules
prepare Prepare Nuxt for development/build
preview Launches Nitro server for local testing after `nuxi build`.
start Launches Nitro server for local testing after `nuxi build`.
test Run tests
typecheck Runs `vue-tsc` to check types throughout your app.
upgrade Upgrade Nuxt
complete Generate shell completion scripts

Use nuxi <command> --help for more information about a command.
```
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading