UNPKG

regular-excel-clipboard

Version:
69 lines (46 loc) 1.76 kB
# regular-excel-clipboard [![version](https://img.shields.io/npm/v/regular-excel-clipboard.svg)](https://www.npmjs.com/package/regular-excel-clipboard) [![Build Status](https://img.shields.io/travis/Deol/regular-excel-clipboard.svg)](https://travis-ci.org/Deol/regular-excel-clipboard) [![Github licences](https://img.shields.io/github/license/Deol/regular-excel-clipboard.svg)](https://github.com/Deol/regular-excel-clipboard/blob/master/LICENSE) [![nodei](https://nodei.co/npm/regular-excel-clipboard.png?downloads=true)](https://www.npmjs.com/package/regular-excel-clipboard) A excel-clipboard Component based on [RegularJS](https://github.com/regularjs/regular). ## DEMO [http://aeodu.com/regular-excel-clipboard](http://aeodu.com/regular-excel-clipboard) ## Installation ```bash $ npm install regular-excel-clipboard ``` ## Usage - CommonJS ``` var Clipboard = require('regular-excel-clipboard'); ``` - Global Include the link and the script in the browser: ```html <!-- css --> <link rel="stylesheet" href="//unpkg.com/regular-excel-clipboard/dist/clipboard.min.css"> <!-- RegularJS --> <script src="https://rawgit.com/regularjs/regular/master/dist/regular.js"></script> <!-- the excel-clipboard component --> <script src="//unpkg.com/regular-excel-clipboard/dist/clipboard.min.js"></script> ``` ## CDN [**unpkg**](https://unpkg.com) ```sh # css //unpkg.com/regular-excel-clipboard/dist/clipboard.min.css # js //unpkg.com/regular-excel-clipboard/dist/clipboard.min.js ``` ## Development ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run startdev # build for production with minification npm run build ``` ## LICENSE MIT