vue-adal
Version:
Vue plugin for using Azure Active Directory
15 lines (14 loc) • 414 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
<title>sample</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>