Last active
November 6, 2022 09:39
-
-
Save Maxim-Kolmogorov/ffd10cb93713d102e7be14b693df7221 to your computer and use it in GitHub Desktop.
Laravel 9 + Vite + Vue.js + SSR = example, part 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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