@dfinity/gix-components

v2.6.0-next-2023-05-15
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

lint

prettier --check --plugin-search-dir=. . && eslint .

test

TZ=UTC jest

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 --plugin-search-dir=. .

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