UNPKG

logitar-validation

Version:

JavaScript validation library distributed by Logitar.

38 lines (24 loc) 497 B
# Logitar Validation.js JavaScript validation library distributed by Logitar. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) ## Project Setup ```sh npm install ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests and Code Coverage with [Vitest](https://vitest.dev/) ```sh npm run test ``` ### Run Unit Tests with Vitest ```sh npm run test:dev ``` ### Format with [Prettier](https://prettier.io/) ```sh npm run format ```