现代化的上传组件。 https://uppy.io/
|
9 vuotta sitten | |
---|---|---|
build | 9 vuotta sitten | |
js | 9 vuotta sitten | |
scss | 9 vuotta sitten | |
.babelrc | 9 vuotta sitten | |
.gitignore | 9 vuotta sitten | |
.travis.yml | 9 vuotta sitten | |
LICENSE | 9 vuotta sitten | |
README.md | 9 vuotta sitten | |
package.json | 9 vuotta sitten |
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.