0.0.1 • Published 8 years ago

regular-excel-clipboard v0.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

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