Top "Vue.js" questions

Vue.

vue.js auto reload / refresh data with timer

(New to Vue.js) I fetch data from a get request to display calendar information. I want this to update …

javascript reload vue.js
Pass data from child to parent in Vuejs (is it so complicated?)

Thanks for reading my question. I have read about it: vuejs update parent data from child component https://forum.vuejs.…

vue.js emit
How can I solve error gypgyp ERR!ERR! find VSfind VS msvs_version not set from command line or npm config?

I want to run this project : https://github.com/adonis-china/adonis-adminify When I run npm install, there exist error : > …

node.js sqlite vue.js npm adonis.js
Vue/Vuetify - Unknown custom element: <v-app> - did you register the component correctly?

I am new to Vue and Vuetify. I just created quick app to check both of them. But I am …

javascript vue.js vuetify.js
Vue.js - Making helper functions globally available to single-file components

I have a Vue 2 project that has many (50+) single-file components. I use Vue-Router for routing and Vuex for state. There …

vue.js vue-router
Is there a way to dispatch actions between two namespaced vuex modules?

Is it possible to dispatch an action between namespaced modules? E.g. I have vuex modules "gameboard" and "notification". Each …

vue.js vuejs2 vuex
Webpack-dev-server compiles files but does not refresh or make compiled javascript available to browser

I'm trying to use webpack-dev-server to compile files and start up a dev web server. In my package.json I …

javascript webpack vue.js webpack-dev-server
Vue.js - How to call method from another component

I am using Vue.Js v2. I want to call component1->c1method in component2->c2…

javascript vue.js vuejs2 vue-component
Nuxt.JS: How to get route url params in a page

I am using Nuxt.js, and have a dymanic page which is defined under pages/post/_slug.vue So, when …

javascript vue.js nuxt.js
Passing props to Vue.js components instantiated by Vue-router

Suppose I have a Vue.js component like this: var Bar = Vue.extend({ props: ['my-props'], template: '<p>…

vue.js vue-router