first commit

This commit is contained in:
爱喝水的木子
2026-01-08 14:05:55 +08:00
commit 74d351ba32
20 changed files with 12593 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "vue3-navigation-dashboard",
"version": "1.0.0",
"description": "纯前端Vue3导航项目带随机移动卡片",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"element-plus": "^2.4.0",
"vue": "^3.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.0",
"vite": "^4.4.0"
}
}