base django-vite

This commit is contained in:
2025-10-29 01:04:13 +01:00
parent 498a1063f7
commit 91a9ebec20
19 changed files with 1125 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<script setup lang="ts">
</script>
<template>
HELLO
</template>
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from '@/App.vue'
createApp(App).mount('#app')