Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.49 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.49 KB

regular-excel-clipboard

version Build Status Github licences

nodei

An 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:

<!-- 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.total.js"></script>

CDN

unpkg

//unpkg.com/regular-excel-clipboard/dist/clipboard.total.css

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run startdev

# build for production with minification
npm run build

LICENSE

MIT