cbp-lib
v0.1.0
Published
Libraries for cbp
Readme
CBP Libraries
Libraries for CBP
Development
npm installto install dependencies
Generate package file
npm run buildthis 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 testImport to project
npm install git+ssh://[email protected]:central-business-portal/cbp-lib.git#devFor Production
npm install git+ssh://[email protected]:central-business-portal/cbp-js.gitDependencies
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"query-string": "^6.8.3",
"uuid": "^3.3.3",
"yup": "^0.27.0"