✨ feat (ui): add radix vue components library
This commit is contained in:
No files matched your search
+32
-1
@@ -1,5 +1,36 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
modules: [
|
||||
'@unocss/nuxt',
|
||||
'shadcn-nuxt',
|
||||
'@vueuse/nuxt',
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/icon',
|
||||
'@pinia/nuxt',
|
||||
'@nuxtjs/color-mode',
|
||||
],
|
||||
|
||||
css: ['@unocss/reset/tailwind.css'],
|
||||
|
||||
features: {
|
||||
// For UnoCSS
|
||||
inlineStyles: false,
|
||||
},
|
||||
|
||||
eslint: {
|
||||
config: {
|
||||
standalone: false,
|
||||
},
|
||||
},
|
||||
|
||||
imports: {
|
||||
dirs: ['./app/lib'],
|
||||
},
|
||||
shadcn: {
|
||||
prefix: '',
|
||||
componentDir: './app/components/pub/ui',
|
||||
},
|
||||
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true }
|
||||
})
|
||||
Reference in New Issue
Block a user