Forrest logo
back to context overview

nuxt

List of commands for nuxt:

  • nuxt:build Build a nuxt project.
    $ npm run build
    try on your machine
    explain this command
  • nuxt:install Install the latest version of nuxt and create a new project
    $ npx nuxi@latest init ${project-name}
    try on your machine
    explain this command
  • nuxt:server:start Start the production server and serve the built application
    $ npm start
    try on your machine
    explain this command
  • nuxt:static:generate Generate a static version of your nuxt application
    $ npm run generate
    try on your machine
    explain this command
back to context overview