0.1.3-alpha.7 • Published 24 days ago

@deltares/fews-web-oc-components v0.1.3-alpha.7

Weekly downloads
-
License
AGPL
Repository
github
Last release
24 days ago

fews-web-oc-components

Project Setup

npm install

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run Component Tests with Playwright

# Install browsers for the first run
npx playwright install

# When testing on CI, must build the project first
npm run build

# Runs the component tests
npm run test:component
# Runs the tests only on Chromium
npm run test:component -- --project=chromium
# Runs the tests of a specific file
npm run test:component -- example/example.spec.ts
# Runs the tests in debug mode
npm run test:component -- --debug

Lint with ESLint

npm run lint

Format with Prettier

npm run format
0.2.0-beta.2

24 days ago

0.2.0-beta.3

24 days ago

0.2.0-beta.1

1 month ago

0.1.3-alpha.7

8 months ago

0.1.3-alpha.6

8 months ago

0.1.3-alpha.5

8 months ago