@microsoft/fast-css-editor-react

v2.2.2
A set of React components that allows the user to edit CSS properties

build

tsc -p ./tsconfig.json && npm run copy:all

build:app

webpack --progress

clean:dist

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

copy:all

npm run copy:json-schema

copy:json-schema

node ../../build/copy-schemas.js

prepare

npm run clean:dist && npm run build

start

webpack-dev-server

test

npm run unit-tests && npm run build:app

tslint

tslint -c ./tslint.json '**/*.ts{,x}'

tslint:fix

tslint -c ./tslint.json --fix '**/*.ts{,x}'

unit-tests

jest --maxWorkers=4

unit-tests:update

jest --updateSnapshot

unit-tests:watch

jest --watch

watch

tsc -p ./tsconfig.json -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 9/21/2018

Downloads

Maintainers