TAO Frontend Core SDK
Core libraries of TAO.
npm i --save @oat-sa/tao-core-sdk
Available scripts in the project:
npm run test <testname>
: run test suitetestname
(optional): Specific test to run. If it is not provided, all will be ran.HOST
(optional environment variable, default: 127.0.0.1): Test server listen hostPORT
(optional environment variable): Test server listen port
npm run test:keepAlive
: start test servernpm run test:cov
: start test servernpm run coverage
: show coverage report in terminalnpm run coverage:html
: show coverage report in browsernpm run test:dev
: test in development mode (watch changes and source maps)npm run build
: build for production intodist
directorynpm run build:watch
: same asbuild
, but watch changesnpm run build:dev
: watch changes and build with source mapsnpm run lint
: check syntax of code