Netbeans is one of the best IDE that you can use to write your code, but when it comes to Vue js , Neatbeans cant understand the extension but today will show how you can make Netbeans to support Vue by following these simple steps .
Open your Netbeans that you installed, from the interface click on Tools , a dialog box will appear.
Select Options
On Miscellaneous , you will need to add Vue extension and Associated File Type
Click on Add New under file extension
Add Vue extension without using .vue and click ok
Add Associated File Type
Here we want Netbeans to see vue files as html and js , so under Associated File Type (MIME) select HTML Files (text/html)
Click on Ok and Apply , Congrats you can now code with Netbeans with Vue
Be first to comment