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)
Vue lazy loading webpackChunkName does not group in chunks but generates a bunch of individual files with a number
I'm trying to implement lazy loading in vue router but when I add the magic comment for webpack it does changes the name of the chunk but it does not group them when they have the same name (see pictu...
Gabriel Jurado
Votes: 0
Answers: 0
Create 1 route for 2 urls ( one that has params and one that doesn't)
I'm trying to push a user through vue-router to one single route but in one case this route would have params and on the other case it wouldn't have params. When it has params, I would show other comp...
Ghost
Votes: 0
Answers: 1
In Vuejs3 how to make the sticky header component change background colour when intersecting with other components?
I am just wondering, how to structure my code to make my sticky <Header /> component change its background-color when intersecting with other components (in this case with <Hero /> and <...
Dariusz Legizynski
Votes: 0
Answers: 1
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