# js-authentication-sdk **Repository Path**: zhkumsg/js-authentication-sdk ## Basic Information - **Project Name**: js-authentication-sdk - **Description**: rollup demo to show how to create sdk - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-authentication-sdk ## Browser ```xml ``` ```js new JSAuthenticationSdk({ username: 'admin', password: 'admin' }) ``` ## ESModules ```bash npm install js-authentication-sdk --save ``` ```js import JSAuthenticationSdk from 'js-authentication-sdk' new JSAuthenticationSdk({ username: 'admin', password: 'admin' }) ``` ## Node.js ```bash npm install js-authentication-sdk --save ``` ```js const JSAuthenticationSdk = require('js-authentication-sdk') new JSAuthenticationSdk({ username: 'admin', password: 'admin' }) ``` --- [To see more details](http://wiki.crqcn.com/engineered/rollup/baseuse.html)