We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a48c5 commit 75be103Copy full SHA for 75be103
index.html
@@ -0,0 +1,19 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
9
+ <title>Vue Frontend Quickstart</title>
10
+ <meta name="description" content="Starter template for a Vue site - without Node">
11
12
+ <script defer type="module" src="main.js"> </script>
13
+</head>
14
15
+<body>
16
+ <div id="main"></div>
17
+</body>
18
19
+</html>
0 commit comments