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 "yarn dev" build loop after setting up "@nuxtjs/tailwindcss": "^5.0.2"
When I use @apply in my style tag like that:
<style lang="postcss" scoped>
input {
@apply absolute right-0 top-0 opacity-0 z-10;
}
</style>
It generate a loop/reload:
these ...
Luca Spezzano
Votes: 0
Answers: 1
Nuxt Auth uses access token instead of refresh token
My issue is as follows:
After logging in my acces token and refresh token are stored and I can access them with this.$auth.strategy.token.get()
When my access token is expired, my app calls the /token...
Jochem
Votes: 0
Answers: 0
A single payload.js for all nuxt static generate'd routes when data is the same
I have a NuxtJS site with only one page /pages/matrix/index.vue but quite a lot of dynamic routes pointing to this page, each route using the same set of data. When generating a static build for deplo...
hennzen
Votes: 0
Answers: 1