feat: vue project setup

This commit is contained in:
Pihkaal
2025-11-04 23:14:48 +01:00
parent da0346df42
commit 9800b42e5c
21 changed files with 4828 additions and 0 deletions

9
src/App.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
import AppCounter from "@/components/AppCounter.vue";
console.log("Ok");
</script>
<template>
<AppCounter />
</template>