feat: Initialize core frontend application structure, including layouts, authentication pages, and common UI components.

This commit is contained in:
supalerk-ar66 2026-01-26 09:27:31 +07:00
parent ae84e7e879
commit 69eb60f901
16 changed files with 1178 additions and 1396 deletions

View file

@ -10,6 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.11.2",
"nuxt-quasar-ui": "^3.0.0",