refactor: migrate project structure to Vue 3 with Vite and Tailwind CSS integration

This commit is contained in:
ws50529
2026-05-11 09:56:16 +08:00
parent a45569c94c
commit e6f2bf29e9
19 changed files with 3083 additions and 764 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host 0.0.0.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.17",
"vite": "^8.0.11",
"vue": "^3.5.34"
}
}