uppy/website/src/guide/getting-started.md
Kevin van Zonneveld b20cfc3b2b Re-use examples
2015-12-18 18:52:05 +01:00

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 %}