Skip to content

Commit

Permalink
[Doc FR] — Core concepts adding and translation (#905)
Browse files Browse the repository at this point in the history
* Review FR with officials terms

Signed-off-by: Bruno Lesieur <[email protected]>

* Update `NPM` to `npm`

Signed-off-by: Bruno Lesieur <[email protected]>

* la devient le (@flyusfly)

Signed-off-by: Bruno Lesieur <[email protected]>

* New core-concepts.md file

Signed-off-by: Bruno Lesieur <[email protected]>

* Update book.json using a copy/past from en version

Signed-off-by: Bruno Lesieur <[email protected]>

* Remove book.json

Signed-off-by: Bruno Lesieur <[email protected]>

* Add book.json

Signed-off-by: Bruno Lesieur <[email protected]>
  • Loading branch information
MachinisteWeb authored and ktsn committed Aug 15, 2017
1 parent b16b984 commit a8c76e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fr/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% include "./SUMMARY.md" %}
{% include "./SUMMARY.md" %}
2 changes: 1 addition & 1 deletion docs/fr/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Installation](installation.md)
- [Vuex, qu'est-ce que c'est ?](intro.md)
- [Pour commencer](getting-started.md)
- Concepts de base
- [Concepts de base](core-concepts.md)
- [État](state.md)
- [Accesseurs](getters.md)
- [Mutations](mutations.md)
Expand Down
12 changes: 12 additions & 0 deletions docs/fr/core-concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Concepts de base

Nous allons apprendre les concepts de base dans Vuex avec ce chapitre. Ces concepts sont
- [État](state.md)
- [Accesseurs](getters.md)
- [Mutations](mutations.md)
- [Actions](actions.md)
- [Modules](modules.md)

Une compréhension profonde de ces concepts est essentielle pour l'utilisation de Vuex.

C'est parti.
2 changes: 1 addition & 1 deletion docs/fr/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ mocha test-bundle.js

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

#### Lancer dans un navigateur avec Karma + karma-webpack
Expand Down

0 comments on commit a8c76e4

Please sign in to comment.