Hello World
In this example:
pages/index.vue
and pages/about.vue
show how Nuxt server renders the page on first load or on hard refresh and renders the page on client side when navigating using the <NuxtLink>
component.
Learn more in the Get Started book in the Installation chapter.
Loading CodeSandbox...