refactor: migrate project structure to Vue 3 with Vite and Tailwind CSS integration
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user