UNPKG

btncopytoclipboard

Version:

## Project setup ``` import btncopytoclipboard from 'btncopytoclipboard' Vue.use("btncopytoclipboard",btncopytoclipboard) <btncopytoclipboard propertyname="Year" value="2021" buttontitle="Copy"/>

60 lines (59 loc) 1.33 kB
{ "name": "btncopytoclipboard", "version": "0.1.3", "private": false, "license": "MIT", "keywords": [ "copytoclipboard", "copy" ], "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build-bundle": "vue-cli-service build --target lib --name btn-copyto-clipboard ./src/components/BtnCopyToClipBoard.vue", "lint": "vue-cli-service lint" }, "main": "dist/btn-copyto-clipboard.umd.js", "unpkg": "dist/btn-copyto-clipboard.umd.min.js", "browser": { "./sfc": "src/components/BtnCopyToClipBoard.vue" }, "dependencies": { "core-js": "^3.6.5", "v-clipboard": "^2.2.3", "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "vue-template-compiler": "^2.6.11" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }