mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 13:30:31 +00:00
526 B
526 B
| title | type | order | permalink |
|---|---|---|---|
| Getting Started | guide | 0 | guide/ |
Compatibility Note: Uppy does not support IE8 and below.
NPM
NPM is the recommended installation method when building large scale apps with Uppy. It pairs nicely with a CommonJS module bundler such as Webpack or Browserify.
# latest stable
$ npm install --save uppy
{% include_code lang:js dragdrop/app.es6 %}
Standalone & CDN
{% include_code lang:html cdn/app.html %}