Commands and Deployment List of Commands Arguments Hooks Using in package.json Development Environment Production Deployment Server-Side Rendered Deployment (Universal SSR) ...
How to deploy on Dokku? How to deploy on Dokku? We recommend to read Dokku documentation for the setup and Deploying a Node.js Application on Digital Ocean using Dokku . F...
NuxtApp Accessing NuxtApp Providing helpers NuxtApp In Nuxt 3, you can access runtime app context within composables, components and plugins. In Nuxt 2, this was referred to ...
API: The hooks Property List of hooks Examples Redirect to router.base when not on root API: The hooks Property Type: Object Hooks are listeners to Nuxt events that are ...
API: The generate Property concurrency dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding up dynamic r...
Reporting Bugs Is it really a bug? Search the issues Create a minimal reproduction Figure out what the cause might be Reporting Bugs Try as we might, we will never completel...
The Builder class Hooks The Builder class Source: builder/builder.js Hooks We can register hooks on certain life cycle events. // Add hook for build this . nuxt . hoo...