mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
18 lines
228 B
Markdown
18 lines
228 B
Markdown
# Core Utility for Odoo Web Client
|
|
|
|
This is a POC, not at all production ready code!!!
|
|
|
|
|
|
## Tests
|
|
|
|
npm run test
|
|
npm run test:watch
|
|
|
|
## Build code bundles
|
|
|
|
npm run bundle:core
|
|
npm run bundle:core:watch
|
|
|
|
## Demo page
|
|
|
|
npm run demo |