aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/vue/index.html
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2024-10-31 13:28:18 -0500
committerGitHub <noreply@github.com>2024-10-31 13:28:18 -0500
commit9172bb74d2c03c92902136c1831874337ab394dd (patch)
tree56f73bed76bba4b55ad622a7a0a6af7713899c7f /src/packages/vue/index.html
parentrefactor: Update eslint configuration (diff)
downloadlocusts-9172bb74d2c03c92902136c1831874337ab394dd.tar
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.gz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.bz2
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.lz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.xz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.zst
locusts-9172bb74d2c03c92902136c1831874337ab394dd.zip
feat: Vue (#37)
--------- Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'src/packages/vue/index.html')
-rw-r--r--src/packages/vue/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/packages/vue/index.html b/src/packages/vue/index.html
new file mode 100644
index 0000000..a6ef3a8
--- /dev/null
+++ b/src/packages/vue/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Vite + Vue + TS</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script type="module" src="/src/index.ts"></script>
+ </body>
+</html>