0.0.19 • Published 2 years ago
@eazle_team/ui_components v0.0.19
Eazle Components Library
Development
All development for the library is based on:
- Vite https://vitejs.dev/guide/
- Storybook https://storybook.js.org/
Setting up npm
See here and click npm, then go through the steps there.
Install the packages and fetch the design tokens
npm install
npm run createDesignTokens
Local Development
npm run dev
Library build process
npm run build
Storybook build process
npm run build-storybook
Additional development element
We should run those elements after or during development to make sure about the quality of the code.
Linter
npm run lint
Format linter
npm run format
Fix format
npm run format-fix
Testing
npm run test