mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
basic qweb vdom implementation
This commit is contained in:
@@ -35,4 +35,13 @@ npm run demo:serve
|
||||
dist/demo
|
||||
- *watch* recompile the typescript files as soon as they are changed
|
||||
- *serve* starts a live-server pointing to the dist/demo (which will reload the
|
||||
page whenever the files are changed)
|
||||
page whenever the files are changed)
|
||||
|
||||
## Notes
|
||||
|
||||
Before even thinking about using this in a real scenario:
|
||||
|
||||
- check qweb tests and see if it is reasonable
|
||||
- Note: the compilation of a template should have a unique node (but sub templates
|
||||
can have multiple roots)
|
||||
- remove the "if (${exprID} || ${exprID} === 0) {"
|
||||
Reference in New Issue
Block a user