Dubem
Dubem
NNuxt
Created by rxsto on 6/4/2024 in #❓・help
How should I use components as values in objects?
No description
9 replies
NNuxt
Created by Ulrich on 6/1/2024 in #❓・help
Nuxt Layout with named slot
Then I am interested in this solution as well. Cause I think I have once had this usecase
14 replies
NNuxt
Created by Ulrich on 6/1/2024 in #❓・help
Nuxt Layout with named slot
Oh, Ok missed that
14 replies
NNuxt
Created by Ulrich on 6/1/2024 in #❓・help
Nuxt Layout with named slot
No description
14 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
If you want a seamless feel for an autheticated user, you can store their data on localstorage, maybe use pinia-persist plugin. Then clear it when their token is expired or on loggout.
33 replies
NNuxt
Created by vrijraj on 6/2/2024 in #❓・help
Subdomains in Nuxt 3 Router / middleware
You will also need a tool like CLoudflake or you DNS provider to setup a wildcard domain. You can thn point both your main domain and subdomain wildcard the machine/server hosting the build files. In your code you would need to get the id of the subdomain and fetch data accordingly.
3 replies
NNuxt
Created by Flash on 11/6/2023 in #❓・help
Host Express and Nuxt server on same port
When you say "There is no backend on the nuxt server", is it safe to say that it is a static site/ SPA? If so, then you can build the nuxt project in /dist folder and use express to serve the built files. https://expressjs.com/en/starter/static-files.html
6 replies