Nuxt 2 Lifecycle on `nuxt generate`

A quick study on which events in nuxt's lifecycle events run at build time, and which of then run on the client

when running nuxt generate, at build time, call order:

then when the page is called on the client when using nuxt start, call order:

when there is a client-side navigation (using nuxt-link), call order:

Information generated by this repo on this environment:

➜  nuxt-static-lifecycle node --version
v18.3.0
➜  nuxt-static-lifecycle npm --version
8.5.5