has yet to support ‘s single file component (.vue file), so Sublime Text’s cannot do so. My current solution is using Sublime’s build system.
Installs
- in Sublime Text, install .
- install
prettier(npm install prettier --save-dev) - install
html-script-hook(npm install html-script-hook --save-dev)
Setup
In your sublime project file, we will hook the on_post_save event to do a sublime build command, where it
