1.0.3 • Published 6 years ago

idownload v1.0.3

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

idownload

A plugin for Application download written by using ES6.

Getting Started

Get idownlaod through npm:

npm i idownload

Usage:

import idownload from 'idownload'
// or
// <script src="./dist/idownload.min.js"></script>

const iDownload = new idownload({
  ios_url: '', // 可选,iOS客户端下载地址
  android_url: '', // 可选,安卓客户端下载地址
  tip_image: '' // 可选,提示图片
})
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago