💬 (binome) rename bons programmeurs in binome
This commit is contained in:
@@ -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
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user