@vimeo/iris

v0.115.0
Vimeo Design System
Vimeo UI Library Component Library Design System TypeScript JavaScript React styled-components

dev

npm run storybook

lint

eslint 'src/**/*.{ts,tsx}' && npm run prettier && npm run stylelint

build

npm run clean; npx rollup --c rollup.config.js

clean

rm -rf build

start

npm run typecheck && npm run lint && npm run storybook

checkup

npx npm-check-updates

prettier

npx prettier --check 'src/**/*{.ts,tsx}'

storybook

start-storybook -p 9001

stylelint

npx stylelint 'src/**/*.ts'

typecheck

npx tsc --noEmit

build-debug

npx rollup -c rollup.config.js --config-debug

lint-pretty

eslint 'src/**/*.{ts,tsx}' -f codeFrame && npm run prettier && npm run stylelint

postpublish

git clean -fd

test-publish

npm run prepublishOnly && npm run postpublish

prepublishOnly

npm run typecheck && npm run lint && npm run build && ./scripts/add-pkgs && cp -r ./build/* ./ && npm run clean

build-styleguide

build-storybook -c .storybook -o build-styleguide
npm i @vimeo/[email protected]

Metadata

  • MIT
  • >=12.0.0
  • Vimeo
  • released 11/17/2021

Downloads