Skip to content

Commit 0e3e701

Browse files
committed
Add working branch
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent 2ee03a9 commit 0e3e701

File tree

1 file changed

+13
-51
lines changed

1 file changed

+13
-51
lines changed

README.md

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,27 @@
11
# vue-router [![Build Status](https://img.shields.io/circleci/project/vuejs/vue-router/dev.svg)](https://circleci.com/gh/vuejs/vue-router)
22

3-
> This is vue-router 2.0 which works only with Vue 2.0. For the 1.x router see the [1.0 branch](https://github.com/vuejs/vue-router/tree/1.0).
43

5-
### Introduction
4+
### Traduction
65

7-
`vue-router` is the official router for [Vue.js](http://vuejs.org). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:
6+
Cette branche de travail `working` est volontairement mise en avant et doit uniquement être mise à jour dans le sens :
87

9-
- Nested route/view mapping
10-
- Modular, component-based router configuration
11-
- Route params, query, wildcards
12-
- View transition effects powered by Vue.js' transition system
13-
- Fine-grained navigation control
14-
- Links with automatic active CSS classes
15-
- HTML5 history mode or hash mode, with auto-fallback in IE9
16-
- Customizable Scroll Behavior
8+
`vuejs/vuejs-fr/vue-router:dev` --> `vuejs-fr/vue-router:working`.
179

18-
Get started with the [documentation](http://vuejs.github.io/vue-router), or play with the [examples](https://github.com/vuejs/vue-router/tree/dev/examples) (see how to run them below).
10+
Nous traduisons les fichiers directement dans le dossier `docs/en` sans les renommer. Cela permet lors de la mise à jour de la documentation via l'utilisation des commandes :
1911

20-
### Development Setup
21-
22-
``` bash
23-
# install deps
24-
npm install
25-
26-
# build dist files
27-
npm run build
28-
29-
# serve examples at localhost:8080
30-
npm run dev
31-
32-
# lint & run all tests
33-
npm test
34-
35-
# serve docs at localhost:4000 (requires global gitbook-cli)
36-
npm run docs
12+
```
13+
git fetch upstream
14+
git merge upstream/master
3715
```
3816

39-
## Questions
40-
41-
For questions and support please use the [Gitter chat room](https://gitter.im/vuejs/vue) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.
42-
43-
## Issues
44-
45-
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
46-
47-
## Contribution
48-
49-
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request.
50-
51-
## Changelog
52-
53-
Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue-router/releases).
54-
55-
## Stay In Touch
56-
57-
- For latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)
17+
d'obtenir des conflits **sur les pages déjà traduites** et ainsi maintenir la documentation à jour en fonction des modifications à travers **les documents déjà traduits**.
5818

59-
## License
19+
### Reverssement
6020

61-
[MIT](http://opensource.org/licenses/MIT)
21+
Quand un fichier traduit est validé par pull request, on le met à jour dans le dossier `docs/fr` de `vuejs-fr/vue-router:dev` puis on propose une pull request au site principal :
6222

63-
Copyright (c) 2013-2016 Evan You
23+
`vuejs-fr/vue-router:dev` --> `vuejs/vue-router:dev`
6424

25+
ainsi le dossier officiel hébergeant la documentation possède bien le dossier `docs/fr` en français et le dossier `docs/en` en anglais.
6526

27+
Note : il peut être intéressant de faire une pull request par ficher validé et donc de créer une branche dérivée de `vuejs-fr/vue-router:dev` pour faire la pull request (`vuejs-fr/vue-router:dev` --> `vuejs-fr/vue-router:only_one_changed_file_from_master` --> `vuejs/vue-router:dev`)

0 commit comments

Comments
 (0)