This is a simple example to use Uploader Window with webpack.
git clone https://github.com/uploader-window/webpack.git
cd webpack
yarn install
yarn run start
yarn run build
(This will create a dist folder with the example)
- You can use
npm
instead ofyarn
too (just typenpm
instead of the wordyarn
in the examples above) - To modify the source, view the
index.js
file insrc
directory - For more information please check out the docs here: https://www.uploader.win/docs.html