Skip to content

Commit bcd778c

Browse files
jameswraggsdirix
authored andcommitted
chore: convert to composition api & vite
1 parent e35077c commit bcd778c

File tree

11 files changed

+1377
-12963
lines changed

11 files changed

+1377
-12963
lines changed

.browserslistrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

babel.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7+
<link rel="icon" href="/favicon.ico" />
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script type="module" src="/src/main.ts"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)