-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 987 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Buildless Vue 3 app</title>
<link rel="stylesheet" href="https://esm.sh/*simpledotcss@2.3.7" />
<script type="importmap">
{
"imports": {
"@vue/compiler-core": "https://esm.sh/*@vue/compiler-core@3.5.24?dev",
"@vue/compiler-dom": "https://esm.sh/*@vue/compiler-dom@3.5.24?dev",
"@vue/reactivity": "https://esm.sh/*@vue/reactivity@3.5.24?dev",
"@vue/runtime-core": "https://esm.sh/*@vue/runtime-core@3.5.24?dev",
"@vue/runtime-dom": "https://esm.sh/*@vue/runtime-dom@3.5.24?dev",
"@vue/shared": "https://esm.sh/*@vue/shared@3.5.24?dev",
"vue": "https://esm.sh/*vue@3.5.24?dev",
"vue/": "https://esm.sh/*vue@3.5.24&dev/"
}
}
</script>
<script type="module" src="./main.js"></script>
</head>
<body></body>
</html>