Skip to content

Deol/regular-excel-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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