regular-excel-clipboard
A excel-clipboard Component based on RegularJS.
DEMO
http://aeodu.com/regular-excel-clipboard
Installation
$ npm install regular-excel-clipboard
Usage
- CommonJS
var Clipboard = require('regular-excel-clipboard');
- Global
Include the link and the script in the browser:
<!-- css --> <!-- RegularJS --><!-- the excel-clipboard component -->
CDN
# css //unpkg.com/regular-excel-clipboard/dist/clipboard.min.css # js //unpkg.com/regular-excel-clipboard/dist/clipboard.min.js
Development
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run startdev# build for production with minificationnpm run build
LICENSE
MIT