💬 (binome) rename bons programmeurs in binome

This commit is contained in:
2020-07-05 10:05:19 +02:00
parent 3a3085c1db
commit 339c95ccd1
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Bons programmeurs # Binôme
# PWA : de 0 à héros - mettre en production _en 30 minutes_. # PWA : de 0 à héros - mettre en production _en 30 minutes_.
@@ -8,6 +8,8 @@ Créer une appli qui aide les développerus à gérer leurs sessions de programm
![maquette](./doc/maquette.png) ![maquette](./doc/maquette.png)
Avec cette application, on va voir qu'il est facile de créer un projet et de le partager au reste du monde.
## Étapes ## Étapes
1. Créer un projet grâce à VueJS 1. Créer un projet grâce à VueJS

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" /> <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>Bons programmeurs</title> <title>Binôme</title>
</head> </head>
<body> <body>
<noscript> <noscript>

View File

@@ -4,7 +4,7 @@ module.exports = {
pwa: { pwa: {
themeColor: mainColor, themeColor: mainColor,
msTileColor: mainColor, msTileColor: mainColor,
name: 'Bons programmeurs', name: 'Binôme',
manifestOptions: { manifestOptions: {
background_color: mainColor, background_color: mainColor,
theme_color: mainColor, theme_color: mainColor,