Last active
February 28, 2018 13:11
-
-
Save kraizt/3d4e00998ba8369f795370a111938060 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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