0.0.1 • Published 8 years ago
regular-excel-clipboard v0.0.1
regular-excel-clipboard
A excel-clipboard Component based on RegularJS.
DEMO
http://aeodu.com/regular-excel-clipboard
Installation
$ npm install regular-excel-clipboardUsage
- 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.jsDevelopment
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run startdev
# build for production with minification
npm run buildLICENSE
MIT
0.0.1
8 years ago
