Use this tag for questions specific to version 2 of Vue.
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-routerWhat should I do after developing a Vue app with vue-cli? In Angular there was some command that bundle all …
vue.js vuejs2 vue-cliI have a javascript variable which I want to pass globally to Vue components upon instantiation thus either each registered …
vue-component vue.js vuejs2I am trying to authenticate a user using vuejs and laravel's passport.I am not able to figure out how …
vue.js vuejs2 vuexI want to concatenate Vue.js variable with image URL. What I computed: imgPreUrl : function() { if (androidBuild) return "android_asset/…
javascript vue.js vuejs2In my main page I have dropdowns that show v-show=show by clicking on link @click = "show=!show" and I …
vue.js vuejs2 vue-routerI have a simple input box in a Vue template and I would like to use debounce more or less …
vue.js vuejs2 debouncingHow 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-cliI'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-serverI think this should be simple, but I am facing some trouble on how to import and use an image …
vue.js vuejs2 webpacker