Top "Vue-cli-3" questions

Vue-CLI provides the vue command in your terminal.

Vue cli 3 project alias src to @ or ~/ not working

I have installed the project with vue cli 3 but as the project grows, the import on the components are getting …

javascript vue.js webpack vue-cli-3
VueJS + Typescript: Property does not exist on type

I created a simple Vue app using vue-cli 3 and configured with TypeScript. I also installed axios and I'm trying to …

typescript vue.js vue-cli-3
Error: Cannot find module '@vue/babel-preset-app'

When I create a new vue application, and I run the server I get an error, after the compilation failed. …

vue.js babeljs vue-cli-3
How to remove [vue/no-use-v-if-with-v-for] warning?

So I have a div element that supports v-for and v-if it works fine and the output is correct, but …

javascript vue.js frontend backend vue-cli-3
Vue Cli: Cannot find module '../package.json' error after npm install

I am not an expert in Vuejs or Vuecli, but I do manage to get stuff working. I had a …

vue.js npm vuejs2 npm-install vue-cli-3
Change favicon Vuejs?

How to change favicon on Vuejs CLI ? <link rel="shortcut icon" type="image/png" href="/src/assets/img/logo.…

vue.js webpack vue-cli-3
How to configure environment variables with vue-cli 3?

i try to use environment variables in vue-cli, but is not working, everytime says 'undefined' when use console.log(process.…

vue.js environment-variables vue-cli-3
where to find or how to set htmlWebpackPlugin.options.title in project created with vue cli 3?

I wanted to set title to my webpage created with vue cli 3 and thus looked into public/index.html. There, …

vue.js vue-cli-3 vue-cli-4
How to upgrade my global vue-cli install to the latest version?

I already have vue-cli 3.5.5 installed. When I run vue create myapp, it shows message Update available 3.6.2. Vue CLI v3.5.5 ┌───────────────────────────┐ │ Update …

ubuntu vue.js nvm vue-cli-3
How to make test coverage show all vue files in Vue-cli 3 using jest

I am having difficulty trying to set up Vue CLI 3 with Jest to show test coverage. I have done everything …

vue.js vuejs2 jestjs vue-cli-3 nyc