I\'m starting up with Vue.js. The first problem I\'ve run into is that my IDE (Atom) doesn\'t beautify my .vue files. It\'s all just white text.
How can I make Atom hi
language-vue package adds syntax highlighting to Vue components.
There is also another package to beautify your code. Install atom-beautify package. It has Vue beautifier preinstalled.
Vue beautifier