Top "Vue-cli" questions

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

Which command do I use to generate the build of a Vue app?

What should I do after developing a Vue app with vue-cli? In Angular there was some command that bundle all …

vue.js vuejs2 vue-cli
How to change port number in vue-cli project

How 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-cli
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 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
Vue 'export default' vs 'new Vue'

I just installed Vue and have been following some tutorials to create a project using the vue-cli webpack template. When …

vue.js vue-component vue-cli
multiple pages in Vue.js CLI

I'm having trouble figuring out how to have multiple pages in a Vue CLI project. Right now I have my …

javascript html vue.js vue-cli multi-page-application
Command not found with vue-cli

While installing the dependencies of vue-cli, vue is not identified. Why?

npm vue.js vue-cli
How to direct vue-cli to put built project files in different directories?

Maybe 8-9 months ago I created a Webpacked Vue.js project with vue-cli and was able to modify /build/webpack.…

vue.js vue-cli
Vue command not found

Trying to install Vue, but I am getting an error -bash: vue: command not found. Everything is installed per Vue …

node.js macos vue.js npm vue-cli
Vue Cli 3.0 where is the config file?

I've seen it mentioned in docs, etc the vue.config.js file. And also noted previously these are handled in …

vue.js vue-cli