Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
29 views

I want to build a website with Vue/Vite as frontend and Django as a backend. When my frontend needs to get data from the backend I currently do something like this (which works perfectly fine): const ...
feps's user avatar
  • 45
0 votes
0 answers
36 views

I'm trying to dynamically load only specific icons from the lucide-vue-next package in my vue page, however it's not wanting to work. I'm using Laravel 12 (Latest), Vue3 (Latest shipped with Laravel), ...
Jon's user avatar
  • 395
0 votes
0 answers
25 views

How can I clip table rows under a header with rounded corners when scrolling? When the table scrolls, the rows slide under the rounded corners of the header. Since the rows have regular (non-rounded) ...
Nysha's user avatar
  • 1
0 votes
0 answers
33 views

I’m using Vue-Leaflet + Leaflet to display dynamic CircleMarkers whose styling depends on reactive Vue state. When a marker enters the list, it should fade in via CSS. When it leaves the list, it ...
Arne Witteler's user avatar
0 votes
1 answer
99 views

I'm working with Laravel 12 (with Breeze), VueJS, Debugbar, all in their newest versions. My server is running locally on my MacBook, and developing on this MacBook works fine. The app works correctly ...
Dave33's user avatar
  • 483
0 votes
0 answers
28 views

I’m building a website using Quasar Framework (Vue), and I’m having trouble with .webp images after deployment. Everything works perfectly in development mode. When I run quasar build, the .webp ...
Swarup Dhavan's user avatar
-2 votes
0 answers
49 views

I’m using Vike + Vue 3, and I’m trying to understand the recommended way to handle client-side runtime errors in a Vike application. Frameworks like Next.js and Nuxt provide built-in solutions: ...
mahdi heydari's user avatar
1 vote
2 answers
51 views

Vue-Laravel-based environment, Mail sent to user with URL leads to a specific path on application - not app root - , on click it indeed redirects to required path - browser URL bar detects required ...
Mahmoud Tarek Mahmoud's user avatar