1.0.0 • Published 6 years ago
@sport-activities/sport-adviser-sdk v1.0.0
sport-adviser-sdk
Basics
Init project
npm iRun the project with live reload
npm run dev
npm run dev:bundleRun linter
npm run lintRun unit tests
npm run test
npm run test:covBuild
The build system outputs 3 formats :
- CommonJS module (+
.d.tsfiles) - ES6 module (+
.d.tsfiles) - UMD bundle (browser single file)
To build all outputs (production ready)
npm run buildYou could also build only one output
npm run build:commonjs
npm run build:esm
npm run build:bundle