现代化的上传组件。 https://uppy.io/
|
il y a 9 ans | |
---|---|---|
bin | il y a 9 ans | |
build | il y a 9 ans | |
src | il y a 9 ans | |
test | il y a 9 ans | |
.babelrc | il y a 9 ans | |
.editorconfig | il y a 9 ans | |
.eslintrc | il y a 9 ans | |
.gitignore | il y a 9 ans | |
.travis.yml | il y a 9 ans | |
.zuul.yml | il y a 9 ans | |
ARCHITECTURE.md | il y a 9 ans | |
CONTRIBUTING.md | il y a 9 ans | |
LICENSE | il y a 9 ans | |
README.md | il y a 9 ans | |
bs-config.js | il y a 9 ans | |
classes.es6 | il y a 9 ans | |
package.json | il y a 9 ans |
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
This will npm run build
the project into ./build
, and then serve that
directory using a simple static http server.