Skip to content

Instantly share code, notes, and snippets.

View hernest's full-sized avatar

Radim Hernych hernest

View GitHub Profile
@hernest
hernest / README.md
Created April 13, 2023 08:31
Ybug Widget plugin compatible with Vue 2

Ybug Plugin for Vue 2

This is a Vue2 plugin that allows you to easily integrate the Ybug feedback widget into your Vue2 applications. The Ybug feedback widget lets your users easily report bugs and give feedback directly from your app.

Installation

To use this plugin, simply add the ybug.js file to your code base. Then in your main.js file import the plugin and call Vue.use:

import Ybug from './ybug.js';