mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
1dec8df715
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
18 lines
332 B
Markdown
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)
|