LoginSignup
230
192

More than 3 years have passed since last update.

Vue.js と Nuxt.js のライフサイクル早引きメモ

Last updated at Posted at 2018-07-28

Vue.js

Lifecycle

lifecycle.png

Lifecycle, in case with SSR

Since there are no dynamic updates, of all the lifecycle hooks, only beforeCreate and created will be called during SSR. This means any code inside other lifecycle hooks such as beforeMount or mounted will only be executed on the client.

Nuxt.js

The big picture

Nuxt Lifecycle

間違いあれば、ご指摘頂けると助かります :pray:

Middlewares, the big picture

DeqXp7PUwAAvMIk.jpg

Lifecycle hooks, the big picture

DeDKSyuUwAARbq-.jpg

nuxt-schema.png

According to this diagram, the hooks happen in this order: nuxtServerInit, middleware, and then fetch and asyncData.

image.png

230
192
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
230
192