I have a simple question that I haven't been able to find the answer to through searching.
I've come across files like vue.config.js
generated by vue-cli, as well as files like Content.vue.js
.
At first, I assumed that after the period was the file extension. How is it possible for these files to have two periods?
What sets .config.js
and .vue.js
files apart from standard .js
files? And when should they be used?
Thank you!