ethereum-react-components

v1.13.14
A components library which is used in multiple projects. Contains frequently used Ethereum components to display and handle addresses, transactions...

test

jest --config=jest.config.js --coverage

prepublish

yarn run clean && yarn run build

clean

rm -rf ./dist

build

webpack --config webpack.prod.config.js

storybook

start-storybook -p 6006

build-storybook

build-storybook -o docs

lint

eslint src --ext .jsx --ext .js

lint:fix

eslint --fix src --ext .jsx --ext .js

lint:watch

esw -w src --ext .jsx --ext .js

lint:style

stylelint 'src/components/**/*.{js,jsx}'

pretty

prettier --no-semi --single-quote --write

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 3/6/2019

Downloads