Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CDNから届ける Nuxt Edge-Side Rendering

CDNから届ける Nuxt Edge-Side Rendering

2023年7月27日「Vue.jsの勉強会はなんぼあってもいいですからね」のLT登壇資料です

Fumiya Konno

July 27, 2023
Tweet

Other Decks in Programming

Transcript

  1. レンダリングって何? Both the browser and server can interpret JavaScript code

    to turn Vue.js components into HTML elements. This step is called rendering. Nuxt - Rendering Modes (https://nuxt.com/docs/guide/concepts/ rendering) →ブラウザとサーバーがJavaScriptの力 で、Vue.jsのコンポーネントをHTML要素 にすること!
  2. Nuxt公式ドキュメントいわく i Cloudflare Pages with zero configuration using the git

    integration and the nuxt build commane i Lagon using the NITRO_PRESET=lagon npx nuxt build commane i Vercel Edge Functions using the nuxt build command and NITRO_PRESET=vercel-edge environment variablF i Netlify Edge Functions using the nuxt build command and NITRO_PRESET=netlify-edge environment variable                                                 Nuxt - Rendering Modes - Edge-Side Rendering より