Skip to content

Commit fdbbdbf

Browse files
committed
Add readme
1 parent 7ca5eb1 commit fdbbdbf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# V4Fire The Book
3+
4+
V4Fire is a heavily opinionated meta-framework. It follows OOP paradigm to create components. Components are styled using the [`stylus`](https://stylus-lang.com/) language and
5+
[BEM methodology](https://en.bem.info/methodology/quick-start/).
6+
7+
We strongly believe in separation of concerns: ui, logic and styles of the component are stored
8+
in separate files. To describe the ui of the component
9+
[`snakeskin`](http://snakeskintpl.github.io/docs/index.html) language is used.
10+
It allows to extend and override parts of the component's ui using inheritance mechanism.
11+
12+
13+
## Where to start?
14+
15+
- [Quick Start](./guides/001-quick-start.md)
16+
- [Concepts](./concepts)

0 commit comments

Comments
 (0)