feat(front): add motion-v and nuxt-lucide-icons modules to Nuxt configuration

This commit is contained in:
keven1024
2025-04-12 16:28:46 +08:00
parent 87388c4a0c
commit 30d0604715
2 changed files with 9 additions and 2 deletions

View File

@@ -85,6 +85,12 @@ export default defineNuxtConfig({
},
},
devtools: { enabled: true },
modules: ['@nuxtjs/tailwindcss', '@vueuse/nuxt', '@serwist/nuxt'],
modules: [
'@nuxtjs/tailwindcss',
'@vueuse/nuxt',
'@serwist/nuxt',
'motion-v/nuxt',
"nuxt-lucide-icons",
],
serwist: {},
})
})

View File

@@ -14,6 +14,7 @@
"lucide-vue-next": "^0.487.0",
"motion-v": "1.0.0-beta.2",
"nuxt": "^3.16.0",
"nuxt-lucide-icons": "1.0.5",
"vue": "latest",
"vue-router": "latest"
},