Skip to content

Commit b16be45

Browse files
committed
Vue-3+Vite+Bootstrap-5_Starter_Template
0 parents  commit b16be45

17 files changed

+1108
-0
lines changed

index.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
7+
<title>Vue / Vite Starter App</title>
8+
9+
<style>
10+
body,
11+
html {
12+
width: 100%;
13+
height: 100%;
14+
}
15+
</style>
16+
</head>
17+
<body class="d-flex flex-column">
18+
<div id="app" class="d-flex flex-column h-100"></div>
19+
<script type="module" src="/src/main.js"></script>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)