work on demo app, add demo:dev command

This commit is contained in:
Géry Debongnie
2019-01-21 23:08:03 +01:00
parent a357ff6b37
commit 82490b2099
7 changed files with 103 additions and 40 deletions
+1 -1
View File
@@ -5,11 +5,11 @@
<title>Odoo Web Core Demo</title>
<script src="almond.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="app.css">
<script>
require('main');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>