vue-notify-me
Version:
Stackable notification Alert for Vue
15 lines (14 loc) • 498 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<title>vue-notify-me</title>
</head>
<body>
<div id="app"></div>
<script src="./dist/build.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>