@dfinity/gix-components

v2.6.0-next-2023-07-31
GIX Components is a UI kit developed with [SvelteKit](https://kit.svelte.dev) by the GIX team.
ui ux designsystem uikit sveltekit svelte

dev

npm run i18n && vite dev

e2e

npm run download:samples && playwright test

i18n

node scripts/i18n.types.mjs && prettier --write ./src/lib/types/i18n.d.ts

lint

prettier --check . && eslint .

test

vitest --config ./vitest.config.ts

build

npm run i18n && vite build

check

svelte-kit sync && svelte-check --tsconfig ./tsconfig.json

e2e:ci

npm run download:samples && playwright test --reporter=html

format

prettier --write .

package

svelte-kit sync && svelte-package

preview

vite preview

e2e:report

npx playwright show-report

check:watch

svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch

e2e:snapshots

npm run download:samples && npx playwright test --update-snapshots --reporter=list

download:samples

./scripts/download-samples.sh
npm i @dfinity/[email protected]

Metadata

Downloads