feat: 添加pinia、vue-router、tailwindcss

This commit is contained in:
2026-06-02 11:37:15 +08:00
parent 0ba412b194
commit 239f6a4891
21 changed files with 752 additions and 308 deletions

View File

@@ -12,15 +12,20 @@
},
"dependencies": {
"naive-ui": "^2.44.1",
"vue": "^3.5.34"
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.34",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"sass": "^1.100.0",
"tailwindcss": "^4.3.0",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vue-tsc": "^3.2.8"