现代化的上传组件。 https://uppy.io/
|
9 年之前 | |
---|---|---|
build | 9 年之前 | |
js | 9 年之前 | |
scripts | 9 年之前 | |
scss | 9 年之前 | |
src | 9 年之前 | |
test | 9 年之前 | |
.babelrc | 9 年之前 | |
.editorconfig | 9 年之前 | |
.eslintrc | 9 年之前 | |
.gitignore | 9 年之前 | |
.travis.yml | 9 年之前 | |
.zuul.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
This will npm run build
the project into ./build
, and then serve that
directory using a simple static http server.