Top "Vue-cli-3" questions

Vue-CLI provides the vue command in your terminal.

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
How to solve 'vue-cli-service' is not recognized as an internal or external command?

I am getting an error when trying to run npm run serve. At first I installed node.js then vue …

vue.js vue-cli-3
What is the difference between the views and components folders in a Vue project?

I just used the command line (CLI) to initialize a Vue.js project. The CLI created a src/components and …

vue.js vuejs2 vue-cli vue-cli-3 vue-cli-4
Vue-cli 3 Environment Variables all undefined

I've tried all of the solutions out there but none seem to work for me. I just want to store …

vue.js vuejs2 environment-variables vue-cli vue-cli-3
Vue cli 3 hot reload suddenly not working in browsers

I have a Vue project generated by the Vue cli 3 and my hot reloading suddenly stopped working in my browsers. …

vue.js webpack-dev-server vue-cli vue-cli-3
VUE CLI-3 Project not working on IE-11

I have created an project in vuejs using vue-cli3. It working fine on chrome browser but in IE-11 version blank …

vuejs2 vue-cli-3
What is the chunk-vendors.js file and how is it created? (Webpack)

I had a quick question regarding the chunk-vendors.js file that gets created during the build process for a Vue …

webpack vue-cli-3
Vue-Cli: 'title' option for htmlWebpackPlugin does not work

I'm using vue-cli (3.4.1) and I'm trying to simply change the title of the document. I added the following to the …

vue.js webpack vue-cli-3
Add Jquery to Vue-Cli 3

I'm currently trying to add Jquery to my vue-cli project. I am aware of the missbehaviour it can produce, but …

javascript jquery vue.js vue-cli-3
Vue Cli 3 Local fonts not loading

When trying to load custom local fonts in Vue CLI 3 the fonts still will not appear. I am not receiving …

vue.js fonts vue-cli vue-cli-3 webpack-file-loader