Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 673 Bytes

File metadata and controls

16 lines (10 loc) · 673 Bytes

V4Fire The Book

V4Fire is a heavily opinionated meta-framework. It follows OOP paradigm to create components. Components are styled using the stylus language and BEM methodology.

We strongly believe in separation of concerns: ui, logic and styles of the component are stored in separate files. To describe the ui of the component snakeskin language is used. It allows to extend and override parts of the component's ui using inheritance mechanism.

Where to start?