Lifecycle Hooks

👉

Read more in Guide > Going Further > Hooks.

App Hooks (runtime)

Check the app source code for all available hooks.

HookArgumentsDescription
app:createdvueAppWhen initial vueApp instance is created
app:beforeMountvueAppSame as app:created
app:mountedvueAppWhen Vue app is initialized and mounted in browser
app:rendered-When SSR rendering is done
app:suspense:resolveappComponentOn Suspense resolved event
page:startpageComponentOn Suspense pending event
page:finishpageComponentOn Suspense resolved event
meta:registermetaRenderers(internal)
vue:setup-(internal)

Nuxt Hooks (build time)

Check the schema source code for all available hooks.

🚧

Documentation for this section is not yet complete. You can contribute to the documentation.