yarn
yarn lerna run storybook
-
wcl-core
: Core package for common utilities:- Storybook stories builder: All web components implementations are expected to achieve the same result so the same stories structure must be applicable
- SCSS styling: All web components implementations are expected to rely on the same styling
- Typing: Because TypeScript.
-
wcl-lit-ts
: Lit Element, TypeScript flavoured, implementation
vanilla-html
: Bare HTML usage of web components, relying on CDN distribution. Useswcl-lit-ts
vanilla-js
: Usingwcl-lit-ts
NPM packagevanilla-ts
: Usingwcl-lit-ts
NPM package
Those packages do not belong to the mono-repository structure.
wcl-main
: Demonstration of library setup (Lit + Storybook) with SCSS & PostCSSwcl-build
: Focus on library build & distribution (NPM package + CDN distribution) for both modern and legacy browserswcl-app
: Example ofwcl-build
consumer application with Webpack as bundler
- Testing
- Snapshot errors