mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-31 02:22:32 +00:00
Add pt_BR translation to build documentation
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# Build
|
||||
Cette page est également disponible en [Anglais](https://github.com/BoostIO/Boostnote/blob/master/docs/build.md), [Japonais](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Coréen](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russe](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Chinois Simplifié](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md) et en [Allemand](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md)
|
||||
|
||||
Cette page est également disponible en [Anglais](https://github.com/BoostIO/Boostnote/blob/master/docs/build.md), [Japonais](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Coréen](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russe](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Chinois Simplifié](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [Portugais](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/build.md) et en [Allemand](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md)
|
||||
|
||||
## Environnements
|
||||
|
||||
* npm: 6.x
|
||||
* node: 8.x
|
||||
- npm: 6.x
|
||||
- node: 8.x
|
||||
|
||||
## Développement
|
||||
|
||||
@@ -16,6 +17,7 @@ Installez les paquets requis à l'aide de `yarn`.
|
||||
```
|
||||
$ yarn
|
||||
```
|
||||
|
||||
Build et start
|
||||
|
||||
```
|
||||
@@ -23,7 +25,9 @@ $ yarn run dev
|
||||
```
|
||||
|
||||
> ### Notice
|
||||
>
|
||||
> Il y a certains cas où vous voudrez relancer l'application manuellement.
|
||||
>
|
||||
> 1. Quand vous éditez la méthode constructeur dans un composant
|
||||
> 2. Quand vous ajoutez une nouvelle classe css. (Comme pour 1: la classe est réécrite pour chaque composant. Le process intervient dans la méthode constructeur)
|
||||
|
||||
@@ -37,6 +41,7 @@ Nous avons donc préparé un script séparé qui va rendre un fichier exécutabl
|
||||
```
|
||||
grunt pre-build
|
||||
```
|
||||
|
||||
Vous trouverez l'exécutable dans le dossier `dist`.
|
||||
Note : l'auto updater ne marchera pas car l'application n'est pas signée.
|
||||
|
||||
@@ -50,7 +55,6 @@ Les paquets sont créés en exécutant `grunt build` sur une plateforme Linux (e
|
||||
|
||||
Après avoir installé la version supportée de `node` et de `npm`, installer les paquets de builds.
|
||||
|
||||
|
||||
Ubuntu/Debian:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user