bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
19 lines (18 loc) • 540 B
HTML
<html lang="">
<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="icon" href="favicon.ico" />
<title>bootstrap-vue-3</title>
</head>
<body>
<noscript>
We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to
continue.
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>