タグ

ブックマーク / awad.dev (1)

  • Getting More Out of Vue Async Components

    We mainly use Vue async components to split them into their own bundle to reduce our initial bundle size, I explore how to get out more of those components. Async Component Options If you are using Nuxt, you are bound to love the asyncData feature as it allows you to fetch arbitrary data and inject them into the page component’s data. But it only works for page components, when it comes to compone

    Getting More Out of Vue Async Components
    efcl
    efcl 2019/08/12
    Vueでのコンポーネントの非同期ロードの活用方法について。 非同期コンポーネントを使ってコンテンツに必要なコンポーネントだけをロードする方法について
  • 1