-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc(tooling): réordonnancement #57
Conversation
supprime la partie sécurité https introduit le fil rouge avec lighthouse déplace le tooling après l'installation du service worker
précise les moyens d'accéder aux devtools Firefox / Safari met à jour les images des devtools
Les exercices sur les devtools (update service worker / cache first / network first) seront revu avec la refonte des exercices sur les services workers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je sais pas trop si il faut pas mettre en avant npx ?
CLI: | ||
|
||
```shell | ||
npm i -g lighthouse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
est ce qu'on promeut pas plutôt npx ? au lieu d'un npm i -g ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En effet et en le testant l'exécution est rapide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d'une manière générale, je ne suis plus trop partisant des npm i -g.... j'ai plutôt tendance à pousser l'outil dans la version souhaité dans mes devDependancies et l'utiliser ensuite avec npx
CLI: | ||
|
||
```shell | ||
npx lighthouse http://localhost:8080/ --view |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
du coup, pour continuer sur cette discussion, tu pense qu'il faudrait qu'on fige une version de lighthouse dans notre package.json ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en effet cela permettrait d'être résilient aux changements surtout que la version actuelle correspond à notre besoin.
Fix typos in readme
Fix format of Run Project section
Update README.md
docs: consistence arrow functions
doc(app-shell): suppression slides sur la vitesse d'affichage
Fix format of Run Project section
supprime les slides
supprime la partie sécurité https introduit le fil rouge avec lighthouse déplace le tooling après l'installation du service worker
précise les moyens d'accéder aux devtools Firefox / Safari met à jour les images des devtools
supprime la partie sécurité https
introduit le fil rouge avec lighthouse
déplace le tooling après l'installation du service worker
related to #17