ws-ewheels-react
v0.5.6
Published
React components for Ewheels.
Readme
Web Systems Ewheels React Components.
Documentation:
React Styleguidist.
Coverage report:
Jest Coverage Report.
Scripts:
👉 build
- Build production version of package.
👉 start
- Build development version of package.
👉 styleguidist:server
- Run styleguidist dev version with hot module replacement.
👉 styleguidist:build
- Build styleguidist.
👉 prettier:format
- Format all .js, .jsx files.
👉 prettier:watch
- Watch and format .js, .jsx files if they change.
👉 stylelint:check
- Check all scss file.
👉 stylelint:fix
- Fix all scss file.
👉 eslint:fix
- Fix all .js, .jsx.
👉 test
- Run all jest test.
👉 test:coverage
- Create jest coverage report.
👉test:run
- Run all jest test with --watchAll flag.
👉 test:updateSnapshot
- Update all jest snapShots.
👉 webpack:build
- Run webpack prod build (only css).
👉 webpack:start
- Run webpack dev build (only css).
👉 watch
- Watch files in the src folder and if scss or js file will change then we will run webpack dev build (only css) and build development version of package.
