Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 views

Configuring nginx to work with separately containerized frontend and backend

The problem is that I have a separately containerized frontend and backend for my full stack web app (vue3, node, express, vite, axios). When running locally without a container, I can connect the ...
Jo Thornto's user avatar
0 votes
1 answer
8 views

Nuxt 3 HMR Module not reloading changes

I have nuxt 3 project and installed couple of packages . the hmr was working fine .. it just stopped suddenly no clue why . there's no errors in the console . the cmd shows the files are being updated ...
Joe_G's user avatar
  • 1
0 votes
0 answers
9 views

Empty page with 404 errors when deploying Vite + Vue app to gh-pages, despite config files

I am in the process of creating a to-do list in Vue.js 3 to learn it and decided to deploy it to gh-pages as it is partially usable already. I am a complete beginner in Vue, I have previously worked ...
Ajedama's user avatar
0 votes
0 answers
49 views

Deploying a MEVN stack app that uses 2 servers to Firebase [closed]

I want to know how I can deploy a MEVN stack app to Firebase. The problem is that I use two servers - one for the BE and one for the FE. In my package.json they are configured as follows: "...
Yavor's user avatar
  • 151
0 votes
0 answers
26 views

Docker compose env variables not working in Vue3 app

I built a QR Code generator and I want to dockerize it. The frontend of the app I built it with Vuetify, so it uses Vite and Vue3. Inside the frontend I have a .env file with the api url and the port ...
AugustoL's user avatar
0 votes
1 answer
32 views

How to implement 3rd party data fetches in Vite + Vue web-application?

I want to use 3rd party function (actually, it is mine, but written in different time and different file), which requests data via fetch function. In my Vue + Vite application I import that function ...
Sancho Pansa's user avatar
0 votes
1 answer
44 views

Tailwindcss not working for Vite + Vue3 + Primevue

I'm sry if I have a duplicate question. I went through the questions already in the forum, but still couldn't find a solution I haven't tried yet. Problem explanation I'm working on a test project ...
Lyra Neska's user avatar
0 votes
1 answer
40 views

Primevue tailwind vue vite problem with component (Toast) styling

I'm setting up my frontend with: PrimeVue VUE / Vite Tailwind I've followed the docs for unstyled with pt: Lara. When using a from primevue and set severity to 'danger' the button is styled ...
Jasper's user avatar
  • 133
0 votes
0 answers
26 views

How do I load CSS from node_modules dynamically in Nuxt 3?

I am trying it like this: loadFont(font: Font) { if (state.fontsToLoad.includes(font)) return switch (font) { case "poppins": { import("@fontsource/...
oemera's user avatar
  • 3,443
1 vote
0 answers
38 views

i use Vuexy template that is build on vite vue3 and vuetify and i use pinia store, i want to add SSR to my project

the problem is that i get errors in localStorage and window being undefined in all my pages like themes, plugins and etc and my project is considered as a middle-large sized one so i can't update my ...
tareq safia's user avatar
0 votes
1 answer
195 views

Cannot read properties of undefined (reading 'Vue') at initBackend, how can i solve this error?

I’m working on a Vue 3 application using Pinia for state management, and I’m encountering an issue where added messages are not rendering on the screen. Additionally, I’m getting a persistent error in ...
HYEIN YU's user avatar
0 votes
2 answers
425 views

How can I solve the issue of 'failed to resolve import "primevue/datepicker"'

enter image description here I want to use the package in Vue JS - DatePicker from Primevue The documentation says that you need to install the package using the command - npm install [email protected]...
VoroshylovDmitry's user avatar
0 votes
0 answers
19 views

vite-istanbul/nyc only picks up untested files

I am running Cypress component tests for a vue3+vite app. Instrumentation is done via vite-instanbul plugin. In cypress, I am able to get window.__ coverage__ and see the counters on different files. ...
jenesaisquoi's user avatar
0 votes
0 answers
29 views

import() uses relative path to load module the first time resulting in 404

I have a Vue 3 app built with TypeScript. I am using import() to dynamically load modules based on a parameter, in this case a language code. I only ever make one call to load the module, but the ...
Brian's user avatar
  • 7,056
1 vote
1 answer
78 views

vuejs3 and vite import.meta.env.VITE_BASE_URL not working

Hello I'm trying to get base url from .env file. And I'm getting undefined. I have tried some stack overflow answers and documentation but it didn't help. console.log('env', import.meta.env....
Dusan's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
59