Skip to content

Commit c45a9c8

Browse files
committed
ADD: Layouts
1 parent 8822d49 commit c45a9c8

File tree

9 files changed

+347
-44
lines changed

9 files changed

+347
-44
lines changed

index.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Vite App</title>
8-
</head>
9-
<body>
10-
<div id="app"></div>
11-
<script type="module" src="/src/main.ts"></script>
12-
</body>
13-
</html>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="description" content="This boilerplate is based on Vue 3 with Bootstrap 5 with TypeScript support. Bootstrap Icons and Vue Router have also been added." />
7+
8+
<title>Starter template for Vue 3 with Bootstrap 5, SASS and Bootstrap Icons on TypeScript!</title>
9+
10+
<style>
11+
body,
12+
html {
13+
width: 100%;
14+
height: 100%;
15+
}
16+
</style>
17+
</head>
18+
<body class="d-flex flex-column">
19+
<div id="app" class="d-flex flex-column h-100"></div>
20+
<script type="module" src="./src/main.ts"></script>
21+
</body>
22+
</html>

package-lock.json

Lines changed: 231 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)