If you have a very big project, chances are you are already using tools such as IntelliJ or Webstorm. In this case, I suggest you stick to the embedded console for most of the work and only use features such as syntax highlighting and code completion. This is because developer tools are still immature for Vue and you will probably spend more time configuring your tools than actually programming:
- Open Webstorm and create a new Empty Project:
- In the bottom-left corner you should be able to open up the console or Terminal:
- From this prompt ...