All Projects → byteboomers → vue-sauce

byteboomers / vue-sauce

Licence: MIT License
"View source" directive for Vue

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-sauce

jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-56.67%)
Mutual labels:  vuejs2
shopify-storefront-vue-apollo
Vue.js/Apollo version of Shopify storefront-api-examples in a Laravel project
Stars: ✭ 30 (-66.67%)
Mutual labels:  vuejs2
skr
🏆 Blog with manager (vue&ssr)
Stars: ✭ 16 (-82.22%)
Mutual labels:  vuejs2
basic-transport-info-app
A progressive web app to show direct & indirect buses / transport between two places / cities / stops .Show next schedule & travel duration. Algorithm to calculate indirect buses on basis of their schedule time. Voice search . Locate nearest city/stop by gps. Bus timetable.
Stars: ✭ 12 (-86.67%)
Mutual labels:  vuejs2
DncVueSample
A Vue.js + iview static html admin template project.
Stars: ✭ 17 (-81.11%)
Mutual labels:  vuejs2
vue-notification-bell
Vue.js notification bell component.
Stars: ✭ 64 (-28.89%)
Mutual labels:  vuejs2
vue-tutorial
A short, sweet, fast rampup tutorial for Vuejs
Stars: ✭ 27 (-70%)
Mutual labels:  vuejs2
gpkeditor
markdown editor with peg.js
Stars: ✭ 15 (-83.33%)
Mutual labels:  vuejs2
notes
📗 ✂️ Notes app written in Vue.js
Stars: ✭ 16 (-82.22%)
Mutual labels:  vuejs2
elekid
Resolver for React's Server Side Render on Module, ReactElement or Electron
Stars: ✭ 21 (-76.67%)
Mutual labels:  vuejs2
social-network
Social Network made with Laravel + Vue + Love implementing TDD and Laravel Dusk tests
Stars: ✭ 25 (-72.22%)
Mutual labels:  vuejs2
nuxt-blog
A Nuxt.js server side rendered blog app
Stars: ✭ 59 (-34.44%)
Mutual labels:  vuejs2
vue-jekyll
This Repo is a bare-bones template for building static sites that leverage a client-side JS framework for dynamic functionality.
Stars: ✭ 84 (-6.67%)
Mutual labels:  vuejs2
vue-startup
A template with webpack 4 + vuejs 2 + + babel 7 setup for projects startup
Stars: ✭ 44 (-51.11%)
Mutual labels:  vuejs2
myblog
前端部分使用vue2.0-vuex-webpack-md编辑器,后端使用golang的beego框架的个人博客网站。代码中实际分为2个工程,beego和vue工程。部署将webpack打包后文件放在beego工程中。前后端路由分离。
Stars: ✭ 30 (-66.67%)
Mutual labels:  vuejs2
vuex-action
🔨 Utilities for vuex to easily create and manage actions.
Stars: ✭ 27 (-70%)
Mutual labels:  vuejs2
yoma
一个小而美的低代码全栈开发平台,一键生成后端api接口+前端页面代码+在线接口文档,节省50%的前后端开发的工作量。基于springboot +mybatis+spring security+vue 技术栈
Stars: ✭ 137 (+52.22%)
Mutual labels:  vuejs2
munhasir
Sample RESTful single page web app with Go, MongoDB and VueJS. A platform for keeping diaries for those who are cautious(or paranoid).
Stars: ✭ 24 (-73.33%)
Mutual labels:  vuejs2
you-can-quit
A tool to support your progress in quitting whatever your bad habit is.
Stars: ✭ 56 (-37.78%)
Mutual labels:  vuejs2
quiplash
Quiplash replacement
Stars: ✭ 25 (-72.22%)
Mutual labels:  vuejs2

vue-sauce

"View source" directive for Vue 🍝

About

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

screenshot

Installation

npm install --save vue-sauce

npm package link

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].