现代化的上传组件。 https://uppy.io/
|
hace 9 años | |
---|---|---|
bin | hace 9 años | |
build | hace 9 años | |
examples | hace 9 años | |
src | hace 9 años | |
test | hace 9 años | |
.babelrc | hace 9 años | |
.editorconfig | hace 9 años | |
.eslintrc | hace 9 años | |
.gitignore | hace 9 años | |
.travis.yml | hace 9 años | |
.zuul.yml | hace 9 años | |
ARCHITECTURE.md | hace 9 años | |
CONTRIBUTING.md | hace 9 años | |
LICENSE | hace 9 años | |
README.md | hace 9 años | |
bs-config.js | hace 9 años | |
classes.es6 | hace 9 años | |
package.json | hace 9 años |
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.