feat(front): add Pinia for state management and create useStore composable for improved state handling

This commit is contained in:
keven1024
2025-04-13 22:16:32 +08:00
parent 4d59880365
commit 07efc20ea2
3 changed files with 37 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.11.0",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/vite": "^4.1.3",
"@tiptap/extension-blockquote": "^2.11.7",