Till this date when this article is written, there is no vue.js plugin available for netbeans IDE 8.2. netbeans will not recognize if you create a file with .vue extension for example products.vue. It will show just like a blank text file without highlighters.
However, there is a solution to make .vue file work with netbeans. Please follow these steps:
- Open netbeans
- Go to Tools -> options -> Miscellaneous
- Under File Associations -> File Extension: Click "New..." button.
- Type "vue" in File Extention: input box and press "OK".
- From Associated File Type (MIME): drop down, select "HTML Files (text/html)"
- Click "Apply" and then "OK" button.
Congratulations, your vue file extension is now compatible with Netbeans.

Leave A comment
Email address is optional and will not be published. Only add email address if you want a reply from blog author.
Please fill required fields marked with *