Awesome
vue-sauce
"View source" directive for Vue 🍝
About
Automatically append up-to-date html documentation to your elements.
<img src="screenshot.png" alt="screenshot" width="75%" height="75%">Installation
npm install --save vue-sauce
import Vue from "vue";
import sauce from "vue-sauce";
Vue.directive("sauce", sauce);
Simply add v-sauce to the element you want to document.