Skip to content

Instantly share code, notes, and snippets.

@Maxim-Kolmogorov
Last active November 6, 2022 09:39
Show Gist options
  • Select an option

  • Save Maxim-Kolmogorov/ffd10cb93713d102e7be14b693df7221 to your computer and use it in GitHub Desktop.

Select an option

Save Maxim-Kolmogorov/ffd10cb93713d102e7be14b693df7221 to your computer and use it in GitHub Desktop.
Laravel 9 + Vite + Vue.js + SSR = example, part 3
<template>
<div>
<h1>SSR with Laravel & Vue </h1>
<section class="text-xl mb-12">
<p class="mb-8">
This is a quick demo app for server side rendering Vue with Laravel. Below is a list of our open source packages, which our client-side app has
divided by type.
</p>
<p>
We're using vue-router for this page so each package type has its own permalink, and will be prerendered
on the server if visited directly.
</p>
</section>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment