start component tree + implem navbar

This commit is contained in:
TD
2026-08-28 20:46:44 +02:00
parent 147a270e02
commit 7d98af7817
17 changed files with 1807 additions and 3 deletions
+5 -1
View File
@@ -1,11 +1,15 @@
import tailwindcss from '@tailwindcss/vite'
import vue from '@vitejs/plugin-vue'
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue(), tailwindcss()],
test: {
environment: 'jsdom',
globals: true,
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),