https://github.com/oat-sa/tao-core-ui-fe
TAO Frontend Core Components
https://github.com/oat-sa/tao-core-ui-fe
Last synced: 6 months ago
JSON representation
TAO Frontend Core Components
- Host: GitHub
- URL: https://github.com/oat-sa/tao-core-ui-fe
- Owner: oat-sa
- License: gpl-2.0
- Created: 2019-05-20T16:22:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T11:25:15.000Z (7 months ago)
- Last Synced: 2024-10-25T10:33:24.869Z (7 months ago)
- Language: JavaScript
- Size: 6.73 MB
- Stars: 3
- Watchers: 42
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tao-core-ui-fe
TAO Frontend UI Components
UI libraries of TAO.
Available scripts in the project:
- `npm run test `: run test suite
- `testname` (optional): Specific test to run. If it is not provided, all will be ran.
- `npm run test:keepAlive`: start test server
- `npm run test:dev`: start test server and watch for changes
- `npm run test:cov`: run `build:cov` and run tests
- `npm run coverage`: show coverage report in terminal
- `npm run coverage:html`: show coverage report in browser
- `npm run build`: build for production into `dist` directory
- `npm run build:dev`: build for production into `dist` directory and watch for changes
- `npm run build:watch`: build for production into `dist` directory and watch for changes
- `npm run build:cov`: build for coverage into `dist` directory
- `npm run build:all`: build `scss` files to `css` files, build for production into `dist` directory
- `npm run build:scss`: build `scss` files to `css` files
- `npm run lint:src`: check syntax of code
- `npm run lint:test`: check syntax of code in the unit tests
- `npm run lint:report`: build a syntax check report