0.0.1 • Published 8 years ago
@twoforce/labs-ui v0.0.1
LABs/ui
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(ornpm i); - Run
yarn storybook(ornpm run storybook) to storybook onhttp://localhost:6006 - Run
yarn storybook:build(ornpm run storybook:build) for docs build (files will be) generated in thedocsdirectory) - Run
yarn build(ornpm run build) for production build (files will be generated in thedistdirectory)
Scripts
yarn build (or npm run build): Build project to productionyarn storybook (or npm run storybook): Run Storybook on6006portyarn storybook:build: Build Storybook to static filesnpm run pub: Publish to npmyarn test: Run all testsyarn test:watch: Run all tests in watch modeyarn test:coverage: Run tests and show the project coverageyarn test:ci: Run tests and generate an output to CI tools
License
MIT © two-force
0.0.1
8 years ago