Skip to content

Instantly share code, notes, and snippets.

@Maxim-Kolmogorov
Last active November 6, 2022 09:39
Show Gist options
  • Save Maxim-Kolmogorov/ac021a914b75e83940a71ed57fb132f0 to your computer and use it in GitHub Desktop.
Save Maxim-Kolmogorov/ac021a914b75e83940a71ed57fb132f0 to your computer and use it in GitHub Desktop.
Laravel 9 + Vite + Vue.js + SSR = example, part 4
<template>
<div>
<h1>About</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>
</section>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment