Files
owl/doc/readme.md
T
Géry Debongnie 1dec8df715 [IMP] owl: introduce dev mode
This commit adds a static key 'dev' on QWeb (which acts as a central
point of access in owl internal code), and a 'mode' key on the value
exported by owl to let external code manipulate it.

closes #117
2019-05-21 14:11:40 +02:00

18 lines
332 B
Markdown

# 🦉 OWL Documentation 🦉
## Reference
- [Component](component.md)
- [QWeb](qweb.md)
- [Store](store.md)
- [Observer](observer.md)
- [Virtual DOM](vdom.md)
- [Utils](utils.md)
## Miscellaneous
- [Quick Start](quick_start.md)
- [Animations](animations.md)
- [Tooling](tooling.md)
- [Comparison with React/Vue](comparison.md)