| sidebar_position | 1 |
|---|
The repository is monorepo built on Nx. It contains a list of packages for developing and testing libraries.
git clone git@github.com:belom88/visgl.gityarnThe VehicleLayer library (packages/vehicle-layer) is npm library. Is is possible to run build, publish, lint and test tasks.
nx run vehicle-layer:buildCheck code quality with linter
nx run vehicle-layer:lintRun unit tests
nx run vehicle-layer:testTBD
Docusaurus documentation application.
Run application in a web browser for debug
nx run website:servenx run website:buildThe Testing App (packages/vehicle-layer-test-app) is developed to do manual testing of VehicleLayer. At this moment it is not intended to publish in production.
Run application in a web browser for debug
nx run vehicle-layer-test-app:serve:developmentCheck code quality with linter
nx run vehicle-layer-test-app:lintRun unit tests
nx run vehicle-layer-test-app:testThe "Testing App E2E" is a cypress testing app with e2e tests for "Testing App"
nx run vehicle-layer-test-app-e2e:e2eCheck code quality with linter
nx run vehicle-layer-test-app-e2e:lintnx format:check