kpn / kpn-style

Reusable (style) packages for anyone working on front-end for KPN.
https://style.kpn.com
MIT License
17 stars 4 forks source link

Research monorepo structure #32

Open coenkoopmans opened 4 years ago

coenkoopmans commented 4 years ago

Description

We want to be able to add web components to KPN Style. This raises some questions concerning structuring: will TS files be added in the same folder as their SCSS counterparts, in order to publish per component? (Ie: the button would be published separately, as well as the entire bundle.) Or will we separate into CSS/web component packages? (Ie: the styles bundle will contain all components' styles while the web components bundle will contain only those). So: will we split on components, technology, or something different yet?

Acceptance criteria