Web component design system
npm install wcdsWCDS aka Web Component Design System is a package that thrives to solve problems for multi-framework teams. Providing components as web components, it strips the burden of framework specifities, allowing developers to focus on solving more important problems that just building components over and over again.
pnpm install - install dependencies
pnpm dev - prepare design tokens, run StoryBook and start developing
1. commmit and push changes
2. bump npm package version
- npm version
3. pack latest package version
- pnpm pack
4. publish npm package
- npm publish
Components are built using Lit framework in order to be web components and reusable wherever.
This project utilizes Vite as tooling.
StoryBook helps to visualize components for development, presentation and testing purposes.