Skip to main content
Advice
0 votes
1 replies
23 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
34 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
1 answer
97 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
  • 485
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
0 votes
0 answers
24 views

I have a component declared during Vue.createApp(). This component is for a result list and receives the result itself and that result's index in the array. Vue.createApp({ data(){ return { ...
tralmix's user avatar
  • 299
0 votes
1 answer
51 views

It's very well possible this isn't meant to work, but I'm trying to learn Vue and fail to make a nested form. The usecase is that I want my user to order various amounts of different types of tickets; ...
Alexandria Douillette's user avatar
0 votes
1 answer
56 views

I’m using Vue 3 with Pinia, and I’m trying to watch a store value so that every time it updates, a function runs. But the watcher never triggers. The watcher does not fire at all. I tried using both ...
user26887079's user avatar
0 votes
1 answer
57 views

I've setup a new VueJS project using the default scaffolding method npm create vue@latest (which right now is Vue 3.5.22), that uses Vite under the hood. I want to use Sass for my stylesheets, and I'm ...
Quentin's user avatar
  • 1,173
Best practices
0 votes
2 replies
49 views

Question I’m re-developing an old website where there was flash games in it. I redeveloped some games, all under godot, and I rebuilt Godot from source to disable unwanted modules (like 3D physics for ...
Sw0ut's user avatar
  • 804
0 votes
0 answers
26 views

On npm run dev: [plugin vite:resolve] Module "node:path" has been externalized for browser compatibility, imported by "D:/Programing/TechScale/extensions/Weather-Bears-Ext/node_modules/...
Syed Ali Ahmad Rizvi's user avatar
Advice
0 votes
0 replies
38 views

Good day developers!!! I'm using Naive UI with Vue 3 and I'm trying to replace the default "delete" (trash can) icon on the NUpload component. This problem seems to only happen when I use ...
Enrique GF's user avatar
  • 1,295
0 votes
0 answers
40 views

I'm building a Nuxt 3 application (using Vue 3 and Vite as the default builder) and integrating Sentry for error monitoring with sourcemap uploads. My build artifacts are uploaded to a CDN (e.g., AWS ...
Lokesh B's user avatar
1 vote
2 answers
182 views

I am trying to deploy an application on a shared hosting (LWS). My app uses Laravel12 as a backend and Vuejs as frontend The frontend is installed directly on the domain.fr and the backend on a ...
Meaulnes's user avatar
  • 553
-1 votes
1 answer
64 views

I have a simple template with a bar chart that doesn’t render properly in Vue-ECharts, even though the exact same options work fine in the ECharts playground. There are no console errors — the chart ...
Primoz's user avatar
  • 1,534

15 30 50 per page
1
2 3 4 5
912