Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/byteboomers/vue-sauce

"View source" directive for Vue
https://github.com/byteboomers/vue-sauce

vue vue-sauce vuejs2

Last synced: about 2 months ago
JSON representation

"View source" directive for Vue

Awesome Lists containing this project

README

        

# vue-sauce

"View source" directive for Vue 🍝

## About

Automatically append up-to-date html documentation to your elements.

screenshot

## Installation

```bash
npm install --save vue-sauce
```

[npm package link](https://www.npmjs.com/package/vue-sauce)

```javascript
import Vue from "vue";
import sauce from "vue-sauce";
Vue.directive("sauce", sauce);
```

Simply add v-sauce to the element you want to document.

Example: https://byteboomers.github.io/vue-sauce