Skip to content

Instantly share code, notes, and snippets.

@kraizt
Last active February 28, 2018 13:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kraizt/3d4e00998ba8369f795370a111938060 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8">
<title>Intro vue</title>
<link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity=”sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ” crossorigin=”anonymous”>
</head>
<body>
<div class=”container”>
// your vue dom goes here soon
</div>
</body>
<script src=”https://cdn.jsdelivr.net/npm/vue"></script>
<script>
// your vue js code goes here too
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment