Learn about the different Nuxt rendering modes and their benefits.

Client side rendering

By default, with a Vue.js project, the rendering is performed client-side. This means that when we visit an app in the browser, an empty HTML document is downloaded. Additionally, a JavaScript bundle is downloaded, and the browser reads the content of this file to create our app. This also includes all of the files that the router uses to switch between pages.

Get hands-on with 1200+ tech skills courses.