mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
45 lines
780 B
Markdown
45 lines
780 B
Markdown
# 🦉 OWL Documentation 🦉
|
|
|
|
## Owl Content
|
|
|
|
Owl is a javascript library that contains some core classes and function to help
|
|
build applications. Here is a complete representation of its content:
|
|
|
|
```
|
|
owl
|
|
Component
|
|
QWeb
|
|
core
|
|
EventBus
|
|
Observer
|
|
store
|
|
Store
|
|
ConnectedComponent
|
|
utils
|
|
whenReady
|
|
loadJS
|
|
loadTemplates
|
|
escape
|
|
debounce
|
|
```
|
|
|
|
## Reference
|
|
|
|
- [Animations](animations.md)
|
|
- [Component](component.md)
|
|
- [Event Bus](event_bus.md)
|
|
- [Observer](observer.md)
|
|
- [QWeb](qweb.md)
|
|
- [Store](store.md)
|
|
- [Utils](utils.md)
|
|
- [Virtual DOM](vdom.md)
|
|
|
|
## Learning Resources
|
|
|
|
- [Quick Start](quick_start.md)
|
|
|
|
## Miscellaneous
|
|
|
|
- [Comparison with React/Vue](comparison.md)
|
|
- [Tooling](tooling.md)
|