Search code examples
vue.jsvisual-studio-codevetur

Autofill vue file


I would like to know if there's any shorthand to fill the empty vue file with all three tags: template, script and style with proper default content.

As a comparison, at least, VS Code allows to autofill an html file with all default required tags/codes on ! + Enter. I want to know if there's something alike in VS Code or Vetur extension.


Solution

  • I've personally never used it but this seems to do what you're looking for. There seems to be a lot of different configuration options as well.