@microsoft/fast-tooling-react

v2.13.13
A React-specific set of components and utilities to assist in creating web UI

build

tsc --project ./tsconfig.json

build:app

webpack --progress --mode=production

clean:dist

node ../../build/clean.js dist

coverage

jest --coverage

prepublishOnly

npm run clean:dist && npm run build

prettier

prettier --config ../../.prettierrc --write "**/*.{ts,tsx,html}"

prettier:diff

prettier --config ../../.prettierrc "**/*.{ts,tsx,html}" --list-different

start

webpack-dev-server --history-api-fallback --progress --config webpack.config.cjs

test

npm run eslint && npm run unit-tests && npm run build

test-playwright

npx playwright test

test-playwright:webpack

npx playwright test --config=playwright-webpack.config.ts

eslint

eslint . --ext .ts

eslint:fix

eslint . --ext .ts --fix

unit-tests

jest --runInBand

watch

npm run build -- -w --preserveWatchOutput
npm i @microsoft/fast-tooling-react

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 7/13/2022

Downloads