Skip to content

Commit

Permalink
First build
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuffer committed Jul 4, 2024
1 parent ea32667 commit 35e8851
Show file tree
Hide file tree
Showing 17 changed files with 3,227 additions and 1 deletion.
32 changes: 32 additions & 0 deletions dist/assets/index-Db61VdvO.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-KhymuzWf.css

Large diffs are not rendered by default.

Binary file added dist/favicon.ico
Binary file not shown.
20 changes: 20 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Tock Vue Kit Demo</title>
<!-- <link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon"> -->
<script type="module" crossorigin src="/assets/index-Db61VdvO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-KhymuzWf.css">
</head>
<body>
<main>
<div id="app"></div>
</main>
<!-- <script src="index.js"></script> -->

</body>
</html>
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
</head>
<body>
<main>
<h1>Welcome to the Tock Vue Kit demo (in progress...)</h1>
<div id="app"></div>
</main>
<!-- <script src="index.js"></script> -->

<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit 35e8851

Please sign in to comment.