Component Names

Verze:

31. 12. 2025

Zodpovědná osoba:

Dominik Šlechta

Vue component file names MUST be written in PascalCase. Base components MUST be prefixed with Base, single-instance with The.

Vue component file names MUST be written in PascalCase.

Base components MUST be prefixed with Base.

Single-instance components SHOULD be prefixed with The.

Example:

BaseButton.vue
BaseInput.vue
BaseModal.vue
TheHeader.vue
TheSidebar.vue
ProductCard.vue
CartSummary.vue