← All repos

vue-clipboard2

A simple vue2 binding to clipboard.js

clipboardcopyvuevue2vuejsvuejs2
Browse cluster: SQL databases and distributed systems
71commits
10contributors
2languages

Tech stack & purpose

vue-clipboard2 is a Vue 2 plugin that provides a simple binding to the clipboard.js library, enabling developers to add copy-to-clipboard functionality to their Vue applications. The project is built as a Vue 2 binding and can be installed via npm or used directly as a standalone script without webpack. The plugin is now deprecated as of 2023, with the maintainer recommending developers use the native Clipboard API (navigator.clipboard.writeText) instead, since Vue 2 is being phased out and the Clipboard API has broad browser support.

Languages

JavaScript
99.4%
Makefile
0.6%

Contributors