Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 276 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 276 Bytes

owl-ui

Build an UI lib for odoo OWL.

How to build

Clone and build.

git clone https://github.com/telesoho/owl-ui.git
cd owl-ui
npm i
npm run build

Run test

npm run test

Run demo

npm run start:demo