DEV Community

Discussion on: where is vue.config.js?

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