cbp-lib
v0.1.0
Published
Libraries for cbp
Downloads
14
Readme
CBP Libraries
Libraries for CBP
Development
npm install
to install dependencies
Generate package file
npm run build
this will create dist/ folder under dist/ two files will be generated cbp-lib.cjs.js and cbp-lib.es.js
Testing
Go to test directory for testing
Create file
Run
npm test
Import to project
npm install git+ssh://[email protected]:central-business-portal/cbp-lib.git#dev
For Production
npm install git+ssh://[email protected]:central-business-portal/cbp-js.git
Dependencies
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"query-string": "^6.8.3",
"uuid": "^3.3.3",
"yup": "^0.27.0"