BYU-Broadcast/ScreenSharing

[Screen Sharing] Nuxt and SSR (Server Side Rendering)

brightlightkim 2022. 5. 11. 02:14

EC2 Instance or a Docker Container Running and make HTTP Requests on them. (Vue.js)

 

Nuxt

  • Helps with SSR
    • Make it easy to search for Google (SEO Optimization)
    • SEO Reads the first thing (Don't have to wait)
  • File System Routing
  • Rending Modes
  • Data Fetching
  • Dev Mode
    • Rerendering >> helps with editing

 

certification >> url is the valid one 

 

Where to work

/src/pages/

  • Supports the page stuff