nat-transfer

1.0.0-alpha.1 • Public • Published

nat-transfer

Installation

weexpack plugin add nat-transfer
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'
 
Nat.download({
    url: 'http://domain.com/file'
})
 
Nat.upload({
    url: 'http://domain.com/upload',
    path: 'filepath'
})
 
</script> 

See the Nat Documentation for more details.

Dependencies (0)

    Dev Dependencies (32)

    Package Sidebar

    Install

    npm i nat-transfer

    Weekly Downloads

    2

    Version

    1.0.0-alpha.1

    License

    MIT

    Unpacked Size

    68.3 MB

    Total Files

    838

    Last publish

    Collaborators

    • natjs