Top "Vue.js" questions

Vue.

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
How to VueJS router-link active style

My page currently has Navigation.vue component. I want to make the each navigation hover and active. The 'hover' works …

vue.js vue-router routerlink
Using Environment Variables with Vue.js

I've been reading the official docs and I'm unable to find anything on environment variables. Apparently there are some community …

node.js vue.js environment-variables vue-cli vue-cli-3
Center content vertically on Vuetify

Is there a way to center content vertically in Vuetify? With the text-xs-center helper class, the content gets centered horizontally …

javascript css vue.js vuetify.js
'import' and 'export' may only appear at the top level

I'm using webpack with vuejs. Webpack does its thing, but when I look at the outputted app.js file, it …

webpack vue.js babeljs
Vue.js dynamic images not working

I have a case where in my Vue.js with webpack web app, I need to display dynamic images. I …

javascript html vue.js vuejs2
Returning Promises from Vuex actions

I recently started migrating things from jQ to a more structured framework being VueJS, and I love it! Conceptually, Vuex …

promise vue.js es6-promise state-management vuex
What is the best way to declare global variable in Vue.js?

I need access to my hostname variable in every component. Is it a good idea to put it inside data? …

global-variables vue.js
How to disable ESLint in vue-cli?

How do I go about disabling ESlint in project generated with vue-cli? preLoaders: [ { test: /\.vue$/, loader: 'eslint', include: projectRoot, exclude: /…

javascript webpack vue.js vue-cli
CORS issue with Vue.js

I'm using: Vue 2.0.3 vue-router 2.0.1 vuex 0.8.2 vue-resource 0.7.0 And after trying to login to my page when using remote API, not the …

javascript azure vue.js vue-resource