Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 1, 2017 03:07
Show Gist options
  • Save vuejsdevelopers/2e429e524ffeefd20cf8494f053d6280 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/2e429e524ffeefd20cf8494f053d6280 to your computer and use it in GitHub Desktop.
Pre-Render A Vue.js App (With Node Or Laravel) - Snippet 09
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue-node-pr-test</title>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/build.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment