Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiaokaike/vue-clipboard

vue-clipboard clipboard directly for Vue.js
https://github.com/xiaokaike/vue-clipboard

Last synced: 2 days ago
JSON representation

vue-clipboard clipboard directly for Vue.js

Awesome Lists containing this project

README

        

# vue-clipboard
> clipboard directly for Vue.js

## [Live demo](http://xiaokaike.github.io/vue-clipboard/)

## Installation

### NPM
```bash
$ npm install vue-clipboard
```

## Usage

#### Using the `v-touch` directive

```js
var VueClipboard = require('vue-clipboard')

Vue.use(VueClipboard)

new Vue({
data: {
copyData: 'copy data'
}
})
```

```html
Copy

```