mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add todoapp
This commit is contained in:
+6
-1
@@ -21,7 +21,12 @@
|
||||
"example:benchmarks:build:js": "cpx \"examples/benchmarks/{*.html,*.js,*.css}\" dist/examples/benchmarks",
|
||||
"example:benchmarks:build": "npm-run-all --parallel example:benchmarks:build:*",
|
||||
"example:benchmarks:serve": "live-server --entry-file=index.html dist/examples/benchmarks/",
|
||||
"example:benchmarks:dev": "npm-run-all --parallel \"example:benchmarks:build:* -- --watch\" example:benchmarks:serve"
|
||||
"example:benchmarks:dev": "npm-run-all --parallel \"example:benchmarks:build:* -- --watch\" example:benchmarks:serve",
|
||||
"example:todoapp:build:core": "npm run build && cpx \"dist/core.js\" dist/examples/todoapp",
|
||||
"example:todoapp:build:js": "cpx \"examples/todoapp/{*.html,**/*.js,*.css,*.xml}\" dist/examples/todoapp",
|
||||
"example:todoapp:build": "npm-run-all --parallel example:todoapp:build:*",
|
||||
"example:todoapp:serve": "live-server --entry-file=index.html dist/examples/todoapp/",
|
||||
"example:todoapp:dev": "npm-run-all --parallel \"example:todoapp:build:* -- --watch\" example:todoapp:serve"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user