[REF] owl: reorganize exports, remove registry, remove web example

closes #38
This commit is contained in:
Géry Debongnie
2019-04-16 17:15:05 +02:00
parent eac49562fa
commit a22dcdaddf
1642 changed files with 8 additions and 123831 deletions
-14
View File
@@ -4,7 +4,6 @@ This project features three example to illustrate how to work with the web-core
- _benchmarks_ is a small application to test large number of widgets,
- _todoapp_ is the classical todo application (from the todomvc project),
- _web_ is a rethinking of how the odoo web client could be implemented.
## Benchmarks
@@ -31,16 +30,3 @@ npm run example:todoapp:dev # make a build in dist/examples/, and make a live
```
It is implemented with the Store class (as in redux/vuex).
## Web Client Example
The _web_ example,located in the _examples/web/_ folder is a rethink of what the
web client could look like if it is ever rebuilt from scratch. It is currently an experiment. But obviously, we hope someday to be able to use this work and
actually rewrite completely the odoo web client.
```
npm run example:web:build # make a build in dist/examples/
npm run example:web:dev # make a build in dist/examples/, and make a live server to access it
```
Note that it is currently written in typescript.