Add vetur component data to improve developer experience #962
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Vetur is the defacto extension for working with vue in VSCode.
It has a feature that allows framework authors to supply metadata to support code completion. This makes for a much nicer development experience. It allows me to be much more productive because I won't have to keep referring to the documentation for simple things like "what was that param named again?".
https://vuejs.github.io/vetur/guide/component-data.html#other-frameworks
Some examples of other libraries with vetur support:
The text was updated successfully, but these errors were encountered: