Top "Vue-cli" questions

Vue CLI is the official tooling for bootstrapping and maintaining your Vue projects.

Vue-CLI with 4 space identation

I am totally new to Vue. I want to use the CLI and I want to have 4 space indentation (with …

vuejs2 eslint vue-cli vue-cli-3
How to use Visual Studio 2017 and Vue single file components

I use Visual Studio 2017 and have a fair amount of ASPNET Core invested. That being said, I do like using …

webpack asp.net-core vue.js visual-studio-2017 vue-cli
Vue spread an object as computed properties

I have an array of objects called config, and a currentIdx property in my component. Then I found myself needing …

javascript vue.js ecmascript-6 vue-cli spread-syntax
JavaScript heap out of memory when building Vue.js app

I'm trying to build a vue.js app for production. This error message always appears midway through. FATAL ERROR: Ineffective …

vue.js vue-cli
Vue CLI's type checking service ignores memory limits

DevOps has requested that we limit our frontend builds to ~1GB of RAM, so that our Jenkins instance doesn't shut …

typescript webpack vue-cli vue-cli-3
Internationalization of Vuetify data table header

I'm trying to internationalize my data table header using Vuetify + I18n. When I translate my normal code, it works …

vue.js vuetify.js vue-cli vue-cli-3 vue-i18n