EmanueleDB
Nuxt UI 2.21.1 migration to v 3.0.0
there are no example with custom colors in this doc https://ui.nuxt.com/getting-started/theme
89 replies
Nuxt UI 2.21.1 migration to v 3.0.0
my colors are listed also in the nuxt.config.ts
ui: {
theme: {
colors: [
'primary',
'secondary',
'tertiary',
'info',
'success',
'warning',
'error',
'active',
'notRequested',
'requested',
'expired',
'cancelled',
'scheduled'
]
}
},
but I dont need all the shades 50,100, etc
89 replies
Nuxt UI 2.21.1 migration to v 3.0.0
I downgrade vue-tsc to 2.2.0 as suggested here https://github.com/nuxt/ui/issues/3405
89 replies
Nuxt UI 2.21.1 migration to v 3.0.0
Tomorrow when I'm in front of my project I will try to remove it but here I dont see either to install tailwindcss, on the tailwind doc, about nuxt, it says to install those packages. I think I could remove the plugin but I still need tailwindcss in my dependencies.
89 replies
Nuxt UI 2.21.1 migration to v 3.0.0
Maybe it works for new projects, I migrated from Nuxt Ui 2.21.1, I haven't tried to make a new project. I'm going to deploy my app in a few weeks and yesterday was a rough day updating everything, it is scary refactor everything just a few days before going public
89 replies