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
Use in your command prompt:
apm install language-vue
for syntax highlighting.
There is another Atom package which seems to only beautify it but doesn't do syntax highlighting:
apm install vue-format
You may need to exit Atom and then restart it.