sheetjs/demos
SheetJS ce37f99ec3 version bump 0.10.9: pin dependencies
- updated SSF 0.10.0, codepage 1.10.1, CFB 0.12.0, CRC32 / ADLER32 1.1.0
- pinned all devDependencies (fixes #740 h/t @the-spyke)
- flow type updates
- clarified meteor usage (fixes #751 h/t @NorthDecoder)
2017-07-28 19:27:16 -04:00
..
angular vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
angular2 hodgepodge of fixes 2017-07-27 17:15:55 -04:00
browserify
extendscript
meteor version bump 0.10.9: pin dependencies 2017-07-28 19:27:16 -04:00
phantomjs
requirejs
rollup
systemjs miscellany 2017-07-26 04:35:28 -04:00
vue Update SheetJS-vue.js 2017-07-06 14:55:10 -04:00
webpack vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
README.md

Demos

These demos are intended to demonstrate how to load this library in various ecosystems. The library is designed to be used in the web browser and in node contexts, using dynamic feature tests to pull in features when necessary. This works extremely well in common use cases: script tag insertion and node require.

Systems like webpack try to be clever by performing simple static analysis to pull in code. However, they do not support dynamic type tests, breaking compatibility with traditional scripts. Configuration is required. The demos cover basic configuration steps for various systems and should work as laid out.