-
- Downloads
tp3 fini
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/Router.js 22 additions, 0 deletionssrc/Router.js
- src/main.js 32 additions, 5 deletionssrc/main.js
- src/pages/Page.js 12 additions, 0 deletionssrc/pages/Page.js
- src/pages/PizzaForm.js 29 additions, 0 deletionssrc/pages/PizzaForm.js
- src/pages/PizzaList.js 4 additions, 5 deletionssrc/pages/PizzaList.js
... | ... | @@ -6,7 +6,7 @@ |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --mode=production", | ||
"watch": "webpack --mode=development --watch" | ||
"watch": "webpack --mode=development --watch" | ||
}, | ||
"author": "Thomas Fritsch <thomas.fritsch@univ-lille.fr> (https://gitlab.univ-lille.fr/thomas.fritsch)", | ||
"homepage": "https://gitlab.univ-lille.fr/js", | ||
... | ... |
src/pages/Page.js
0 → 100644
src/pages/PizzaForm.js
0 → 100644
Please register or sign in to comment