Skip to content

Commit a8c76e4

Browse files
MachinisteWebktsn
authored andcommitted
[Doc FR] — Core concepts adding and translation (#905)
* Review FR with officials terms Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Update `NPM` to `npm` Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * la devient le (@flyusfly) Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * New core-concepts.md file Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Update book.json using a copy/past from en version Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Remove book.json Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add book.json Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent b16b984 commit a8c76e4

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

docs/fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include "./SUMMARY.md" %}
1+
{% include "./SUMMARY.md" %}

docs/fr/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Installation](installation.md)
1010
- [Vuex, qu'est-ce que c'est ?](intro.md)
1111
- [Pour commencer](getting-started.md)
12-
- Concepts de base
12+
- [Concepts de base](core-concepts.md)
1313
- [État](state.md)
1414
- [Accesseurs](getters.md)
1515
- [Mutations](mutations.md)

docs/fr/core-concepts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Concepts de base
2+
3+
Nous allons apprendre les concepts de base dans Vuex avec ce chapitre. Ces concepts sont
4+
- [État](state.md)
5+
- [Accesseurs](getters.md)
6+
- [Mutations](mutations.md)
7+
- [Actions](actions.md)
8+
- [Modules](modules.md)
9+
10+
Une compréhension profonde de ces concepts est essentielle pour l'utilisation de Vuex.
11+
12+
C'est parti.

docs/fr/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mocha test-bundle.js
214214

215215
1. Installez `mocha-loader`.
216216
2. Changez l'option `entry` de la configuration webpack ci-dessus pour `'mocha-loader!babel-loader!./test.js'`.
217-
3. Démarrez `webpack-dev-server` en utilisant cette configuration.
217+
3. Démarrez `webpack-dev-server` en utilisant la configuration.
218218
4. Rendez-vous avec votre navigateur sur `localhost:8080/webpack-dev-server/test-bundle`.
219219

220220
#### Lancer dans un navigateur avec Karma + karma-webpack

0 commit comments

Comments
 (0)