regular-excel-clipboard

0.0.1 • Public • Published

regular-excel-clipboard

version Build Status Github licences

nodei

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

# css 
//unpkg.com/regular-excel-clipboard/dist/clipboard.min.css
 
# js 
//unpkg.com/regular-excel-clipboard/dist/clipboard.min.js

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

Readme

Keywords

Package Sidebar

Install

npm i regular-excel-clipboard

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • aeodu