python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nuxt Auth Local Token cookie sets logged in status to true
I am currently using Nuxt Auth for my login and session management. Everything is going smoothly. However, I have a problem with the way my set up is handling cookies. I am not sure where I went wrong...
chemical_elii
Votes: 0
Answers: 1
Nuxt Js PWA - Metadata and theme_color not working in nuxt.config.js
I'm working in Nuxt, and just about to finish a website for live use with PWA support. However, the theme color isn't changing on app load up, as well as in other applications like Discord.
Likewise, ...
Austin Caron
Votes: 0
Answers: 1
Add all CSS files in a folder to nuxt.config
In my Nuxt project I have a folder assets/scss/globals/ with a lot of files which should be globally included.
Now in my nuxt.config file I can only include each file by manually like so:
// Global ...
Dollique
Votes: 0
Answers: 1