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?
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?
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.