DEV Community

Alejandro Bonilla
Alejandro Bonilla

Posted on

where is vue.config.js?

Hi

I new in vue, where is the vue.config.js?

I read the documentation, but I do not understand

https://cli.vuejs.org/config/#vue-config-js

thanks.

Edit:solved... appears magically

Top comments (4)

Collapse
 
sduduzog profile image
Sdu

$ vue ui all the projects!

Collapse
 
david_j_eddy profile image
David J Eddy

If is a user (developer) created file, it is not created by default.

In the terminal (Linux / OSX):
cd /{path_to_project}
then
touch vue.config.js
...and it will be created

Collapse
 
wisdomsky profile image
Julian Paolo Dayag

you just need to create a vue.config.js at the root directory of your project.

Collapse
 
ab0nilla profile image
Alejandro Bonilla

I do not know. Simply use Vim and a configuration appeared.