Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 1, 2017 02:57
Show Gist options
  • Save vuejsdevelopers/9770b91b5929ec69248374d06f2396ff to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/9770b91b5929ec69248374d06f2396ff to your computer and use it in GitHub Desktop.
Pre-Render A Vue.js App (With Node Or Laravel) - Snippet 01
<head> ... </head>
<body>
<div id="app">
<!--This is empty, Javascript will populate it later-->
</app>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment