[DOC] add informations on how to compile templates ahead of time

This may help people stuck on issue #1195. Note that the tooling is
still quite rough.
This commit is contained in:
Géry Debongnie
2022-05-27 09:48:07 +02:00
committed by Sam Degueldre
parent a7daef380a
commit 6dcdb77eab
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ Are you new to Owl? This is the place to start!
- [Loading Templates](doc/reference/app.md#loading-templates)
- [Mounting a component](doc/reference/app.md#mount-helper)
- [Portal](doc/reference/portal.md)
- [Precompiling templates](doc/reference/precompiling_templates.md)
- [Props](doc/reference/props.md)
- [Props Validation](doc/reference/props.md#props-validation)
- [Reactivity](doc/reference/reactivity.md)