1.4.1 • Published 3 years ago

dkc-web-sdk v1.4.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

dkc-web-sdk

Getting started

Clone this repository and install its dependencies:

git clone https://git.karnival.com.hk/donut-kids-club/web-sdk
cd web-sdk
npm install

npm run build builds the library to dist, generating three files:

  • dist/sdk.js an UMD build, suitable for use in any environment (including the browser, as a <script> tag), that includes the external dependency. This corresponds to the "browser" field in package.json

npm run dev builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.

npm test builds the library, then tests it(WIP).