Top "Vuejs2" questions

Use this tag for questions specific to version 2 of Vue.

VueJs get url query

I'm developing a website with vuejs and at this moment I'm in a trouble, I need get the url query (…

vuejs2 vue-component vue.js vue-router
Which command do I use to generate the build of a Vue app?

What should I do after developing a Vue app with vue-cli? In Angular there was some command that bundle all …

vue.js vuejs2 vue-cli
Apply global variable to Vuejs

I have a javascript variable which I want to pass globally to Vue components upon instantiation thus either each registered …

vue-component vue.js vuejs2
Vuex - passing multiple parameters to mutation

I am trying to authenticate a user using vuejs and laravel's passport.I am not able to figure out how …

vue.js vuejs2 vuex
Vue.js img src concatenate variable and text

I want to concatenate Vue.js variable with image URL. What I computed: imgPreUrl : function() { if (androidBuild) return "android_asset/…

javascript vue.js vuejs2
Vuejs: Event on route change

In my main page I have dropdowns that show v-show=show by clicking on link @click = "show=!show" and I …

vue.js vuejs2 vue-router
How to implement debounce in Vue2?

I have a simple input box in a Vue template and I would like to use debounce more or less …

vue.js vuejs2 debouncing
How to change port number in vue-cli project

How to change Port number in Vue-cli project so that it run's on another port instead of 8080.

vue.js vuejs2 command-line-interface vue-cli
How to include css files in Vue 2

I'm new to vue js and trying to learn this. I installed a fresh new version of vue webpack in …

webpack vue.js vuejs2 webpack-dev-server
How to import and use image in a Vue single file component?

I think this should be simple, but I am facing some trouble on how to import and use an image …

vue.js vuejs2 webpacker