Skip to content

Logitar/js

Repository files navigation

Logitar.js

JavaScript helper functions distributed by Logitar.

Recommended IDE Setup

VSCode

Project Setup

npm install

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests and Code Coverage with Vitest

npm run test

Run Unit Tests with Vitest

npm run test:dev

Format with Prettier

npm run format