0.1.3-alpha.7 • Published 10 months ago

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

Weekly downloads
-
License
AGPL
Repository
github
Last release
10 months 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.10

10 months ago

0.2.0-beta.6

1 year ago

0.2.0-beta.5

1 year ago

0.2.0-beta.9

1 year ago

0.2.0-beta.8

1 year ago

0.2.0-beta.7

1 year ago

0.2.0-beta.4

1 year ago

0.2.0-beta.2

1 year ago

0.2.0-beta.3

1 year ago

0.2.0-beta.1

1 year ago

0.1.3-alpha.7

2 years ago

0.1.3-alpha.6

2 years ago

0.1.3-alpha.5

2 years ago