V1NUM
V1NUM
Explore posts from servers
NNuxt
Created by V1NUM on 3/23/2025 in #❓・help
Using TailwindCSS classes in a Nuxt Module
Hi, So i'm developing a module for Nuxt which uses Tailwind for styling. Problem is tailwind dosn't make styles for the classes i write in my module components. I can't use the direct options as i am not installing Tailwind from the module, but rather in a external layer. So what are my options? How do i make tailwind actually generate the styles? Thanks
9 replies
NNuxt
Created by V1NUM on 11/11/2024 in #❓・help
Nuxt module should be a function
No description
6 replies
NNuxt
Created by V1NUM on 5/29/2024 in #❓・help
Nuxt layer component prefix
How do i make a prefix like Nuxt UI Pro has? Nuxt UI Pro has the U prefix and i would like that for my components too (Instead of "U" i want my layer to use "VD". I can't seem to get it to work
2 replies
NNuxt
Created by V1NUM on 5/25/2024 in #❓・help
Nuxt layer plaground EXTREMELY slow
The playground when creating a Nuxt Layer is unacceptable. It literally takes about 4 minutes to "warm up" and show the pages, and every single time you make a change it takes minutes to refresh the page. What is happening??
7 replies
NNuxt
Created by V1NUM on 5/23/2024 in #❓・help
Sharing components between projects using Nuxt 3
What would be the easiest way to acheive this? I own a business making websites for customers in Nuxt 3, and have some components i would like to share with each and every project, together with being able to update the code so that it reflects on all the websites if i update it. I also want some api routes to be shared where it uses the ENV. Is this acheivable? Maybe using a private github repo or something? Thanks in advance.
5 replies
NNuxt
Created by V1NUM on 4/3/2024 in #❓・help
Make `useRoute()` update in layout
Hi! Im trying to use useRoute() in a layout, to update my navigations links based on the ´route.params.id´, but the route object does not update when going from page to page. How do i make the layout update the route object? Any help is greatly appreciated. Thanks
15 replies