Omnislash
Explore posts from serversMigrating Tailwind to Nuxt v3
c'est exactement ça !
Donc j'ai eu trois soucis :
- La première fois, j'ai fait npx upgrade de tailwind comme un bourrin avant de faire le .css, ça crée un autre souci qui fait qu'il faut revert à la 3.5 et créer le fichier pour pouvoir retenter XD
- La deuxième fois, c'était à cause des modules que t'as flaggé (j'avais ncu -u pour la version)
- La troisième à l'instant, c'était la version ^^"
46 replies
Migrating Tailwind to Nuxt v3
I don't need to migrate right now honestly, I wanted to start a new project and I always start from a base that I wanted to upgrade first
If you think there is some things still work in progress, I'm fine migrating during summer
46 replies
Migrating Tailwind to Nuxt v3
Hello,
Thanks 🙂
I did follow this : https://ui.nuxt.com/getting-started/migration
It properly migrated my tailwind.config into the main.css
Updated to UI 3 (tried one time with ncu and on time as it is in the doc)
No problem when npm install
Then.... when npm run dev....
46 replies
Hydration hell - A simple loading state on a Nuxt UI button
like, if you have it even without the UCard and all (didnt try to remove it), maybe you can reproduce by create your own button component with a quick and dirty basic loading system ?
79 replies