feat: scaffold Tauri v2 + Vite + TypeScript project
This commit is contained in:
14
src/index.html
Normal file
14
src/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>TutorialDock</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="zoomRoot">
|
||||
<div class="app"></div>
|
||||
</div>
|
||||
<script type="module" src="/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
1
src/main.ts
Normal file
1
src/main.ts
Normal file
@@ -0,0 +1 @@
|
||||
console.log("TutorialDock frontend loaded");
|
||||
1
src/vite-env.d.ts
vendored
Normal file
1
src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
Reference in New Issue
Block a user