ktsakiris
ktsakiris

Reputation: 59

how to beautify properly .vue files?

I am creating a project with vue framework but I cannot beautify the .vue files.

I have run
npm install -g vue-beautify
and
npm install vue-beautify

but nothing happens. I have tried both Dreamweaver and atom editors and I get only white letters. Can anyone help on this?

Upvotes: 1

Views: 584

Answers (1)

skribe
skribe

Reputation: 3615

If you are wanting syntax highlighting in your text editor use this plugin for atom.

I could not find evidence of a syntax highlight package for Dreamweaver.

Upvotes: 1

Related Questions