Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 1, 2017 02:58
Show Gist options
  • Save vuejsdevelopers/7010f349edd65bcbb6566732d74dc099 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/7010f349edd65bcbb6566732d74dc099 to your computer and use it in GitHub Desktop.
Pre-Render A Vue.js App (With Node Or Laravel) - Snippet 02
<head> ... </head>
<body>
<div id="app">
<div class="container">
<h1>Your Server-Side Rendered App</h1>
<div class="component-1">
<p>Hello World</p>
<!--etc etc. This was all rendered on the server-->
</app>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment