web3uikit

v1.0.2
<img src="https://user-images.githubusercontent.com/13779759/160237628-381adb19-d439-4df6-98af-c3cb67ba5b5c.svg" width="500px" alt="web3uiKit logo" />

build

nx run-many --target=build --all --parallel

test

nx affected --target=test --all --parallel

test:coverage

nx affected --target=test:coverage --all --parallel

test:ui

nx affected --target=test:ui --all --parallel

nm:clear

find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +

nx:clear

nx clear-cache

nx:graph

nx graph --skip-nx-cache

start:dev

nx run-many --target=start:dev --all --parallel

storybook

start-storybook -p 6006

build-storybook

build-storybook -o dist/storybook wp5

analyze

nx run example:analyze

icons:create

nx run-many --target=icons:create --all --parallel

new

plop

size

pnpm install && pnpm build && size-limit --json

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/20/2022

Downloads