From 2e622c0989f6abe35e6d8bbd20d523a37e87d923 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Tue, 20 Sep 2022 23:32:20 +0200 Subject: build: add Vue app skeleton --- src-vue/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src-vue/index.html (limited to 'src-vue/index.html') diff --git a/src-vue/index.html b/src-vue/index.html new file mode 100644 index 00000000..143557b5 --- /dev/null +++ b/src-vue/index.html @@ -0,0 +1,13 @@ + + + + + + + Vite + Vue + TS + + +
+ + + -- cgit v1.2.3