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 3 Web Component - How to use globalProperties
I can't figure out how to use globalProperties on a web component.
My main.js looks like this:
import { defineCustomElement } from 'vue'
import axios from 'axios'
import VueAxios from 'vue-axios'
impo...
Tobi360
Votes: 0
Answers: 2
Vue 3 returns an error after running my project and compiling it with npm run dev
Good day. I tried installing the dependencies of a Vue.JS app repository npm install.
Then, I run the Vue.JS app using npm run dev. However, after running it, it shows the following error in the termi...
Svene
Votes: 0
Answers: 1
How to setup PostCSS nesting in Vite?
This is what I’ve tried so far:
Installed via npm install postcss-nesting --save-dev
Setup vite.config.js:
import { fileURLToPath, URL } from 'url';
import { defineConfig } from 'vite';
import vue...
NicOwen
Votes: 0
Answers: 2
Vitejs with Vuejs build dist production is missing => this.getView(...) is undefined ( devextreme module )
Vuejs/Vite/Devextreme
Hi everyone, 3 days ago i have decided to move my Vuejs project to Vitejs ( which is great) but now i'm trying to upload my production build to my production server => ERROR.
...
lhommenul
Votes: 0
Answers: 0