0.0.1 • Published 6 years ago

@twoforce/labs-ui v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

LABs/ui

Build Status Coverage Status

UI components for our lab project

You can see running example: https://twoforce.github.io/labs-ui

Dependencies:

  • Node.js >= v8;

Up and running

  • Install dependencies: yarn (or npm i);
  • Run yarn storybook (or npm run storybook) to storybook on http://localhost:6006
  • Run yarn storybook:build (or npm run storybook:build) for docs build (files will be) generated in the docs directory)
  • Run yarn build (or npm run build) for production build (files will be generated in the dist directory)

Scripts

  • yarn build (or npm run build): Build project to production
  • yarn storybook (or npm run storybook): Run Storybook on 6006 port
  • yarn storybook:build: Build Storybook to static files
  • npm run pub: Publish to npm
  • yarn test: Run all tests
  • yarn test:watch: Run all tests in watch mode
  • yarn test:coverage: Run tests and show the project coverage
  • yarn test:ci: Run tests and generate an output to CI tools

License

MIT © two-force