ui: 基本框架

This commit is contained in:
2024-02-26 18:01:16 +08:00
parent e0c96717c7
commit 76524a16de
12 changed files with 2231 additions and 40 deletions

View File

@@ -10,10 +10,20 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/line-md": "^1.1.36",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/svg-spinners": "^1.1.2",
"@iconify-json/tabler": "^1.1.105",
"@nuxt/ui": "^2.14.1",
"nuxt": "^3.10.3",
"radix-vue": "^1.4.9",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@vite-pwa/nuxt": "^0.5.0",
"dayjs-nuxt": "^2.1.9"
}
}