现代化的上传组件。 https://uppy.io/
|
преди 9 години | |
---|---|---|
build | преди 9 години | |
js | преди 9 години | |
scss | преди 9 години | |
.babelrc | преди 9 години | |
.gitignore | преди 9 години | |
.travis.yml | преди 9 години | |
LICENSE | преди 9 години | |
README.md | преди 9 години | |
package.json | преди 9 години |
A work in progress - nothing to see here.
Check open issues for our Minimum Viable Product.
First clone and install the project:
git clone git@github.com:transloadit/transloadit-js-client.git
cd transloadit-js-client
npm install
Now to get a sandbox environment set up, type:
npm run preview
# For instant rebuilds, in a new tab, type:
npm run watch
This will npm run build
the project into ./build
, and then serve that
directory using a simple static http server.