Skip to content

Instantly share code, notes, and snippets.

@zerojame
Created March 13, 2019 10:34
Show Gist options
  • Save zerojame/0a9caecb14e6ce9306b74f84885aff56 to your computer and use it in GitHub Desktop.
Save zerojame/0a9caecb14e6ce9306b74f84885aff56 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Laravel + Vue</title>
</head>
<body>
<div id="app">
<example-component></example-component>
</div>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment