@oat-sa/tao-core-ui
v3.8.0
Published
UI libraries of TAO
Downloads
1,962
Readme
tao-core-ui-fe
TAO Frontend UI Components
UI libraries of TAO.
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.
npm run test:keepAlive
: start test servernpm run test:dev
: start test server and watch for changesnpm run test:cov
: runbuild:cov
and run testsnpm run coverage
: show coverage report in terminalnpm run coverage:html
: show coverage report in browsernpm run build
: build for production intodist
directorynpm run build:dev
: build for production intodist
directory and watch for changesnpm run build:watch
: build for production intodist
directory and watch for changesnpm run build:cov
: build for coverage intodist
directorynpm run build:all
: buildscss
files tocss
files, build for production intodist
directorynpm run build:scss
: buildscss
files tocss
filesnpm run lint:src
: check syntax of codenpm run lint:test
: check syntax of code in the unit testsnpm run lint:report
: build a syntax check report