UNPKG

@jswork/apply7-frontend-sdk

Version:

Sdk for apply7 frontend.

35 lines (25 loc) 1.13 kB
# apply7-frontend-sdk > Sdk for apply7 frontend. [![version][version-image]][version-url] [![license][license-image]][license-url] [![size][size-image]][size-url] [![download][download-image]][download-url] ## installation ```shell npm install @jswork/apply7-frontend-sdk ``` ## usage ```js import a7sdk from '@jswork/apply7-frontend-sdk'; // usage goes here. ``` ## license Code released under [the MIT license](https://github.com/afeiship/apply7-frontend-sdk/blob/master/LICENSE.txt). [version-image]: https://img.shields.io/npm/v/@jswork/apply7-frontend-sdk [version-url]: https://npmjs.org/package/@jswork/apply7-frontend-sdk [license-image]: https://img.shields.io/npm/l/@jswork/apply7-frontend-sdk [license-url]: https://github.com/afeiship/apply7-frontend-sdk/blob/master/LICENSE.txt [size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/apply7-frontend-sdk [size-url]: https://github.com/afeiship/apply7-frontend-sdk/blob/master/dist/index.min.js [download-image]: https://img.shields.io/npm/dm/@jswork/apply7-frontend-sdk [download-url]: https://www.npmjs.com/package/@jswork/apply7-frontend-sdk