regular-excel-clipboard
v0.0.1
Published
Excel Clipboard of Regular Components
Downloads
1
Readme
regular-excel-clipboard
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
# 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