IDE for development in VueJS [closed]

2

I'm starting on VueJS and would like to know what IDE advise? I use netbeans for HTML, PHP, JS, etc. Can you integrate vueJS into netbeans? Are there any pluing for this?

    
asked by anonymous 11.10.2017 / 16:19

1 answer

2

Some editors of VueJS:

Personal Use

I particularly use Sublime, I find it very light and I really like the shortcuts it provides.

vue in Netbeans

The .vue file is an html file type, you can add syntax highlighting in Netbeans:

Tools > Options > Miscellaneous > Files

Add a new file extension: File Extension: vue Associated file type (MIME): HTML files (text / html) It's not perfect, but it seems like there's no plugin to accomplish anything better than that.

    
11.10.2017 / 18:47