Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 52342d1

Browse files
MachinisteWebatinux
authored andcommitted
[FR Doc]: Translation of configuration-builddir.md (#625)
* Update nuxt Signed-off-by: MachinisteWeb <[email protected]> * Hook or Tapable plugin ?! Signed-off-by: MachinisteWeb <[email protected]> * Last months updates Signed-off-by: MachinisteWeb <[email protected]> * Update french documentation Signed-off-by: MachinisteWeb <[email protected]> * Add new file in french Signed-off-by: MachinisteWeb <[email protected]> * BuildDir translation Signed-off-by: MachinisteWeb <[email protected]>
1 parent 6b727ea commit 52342d1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

fr/api/configuration-builddir.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
---
2-
title: "API: The buildDir Property"
3-
description: Define the dist directory for your nuxt.js application
2+
title: "API: La propriété buildDir"
3+
description: Définissez le dossier dist de votre application Nuxt.js
44
---
55

6-
# The buildDir Property (EN)
6+
# La propriété buildDir
77

88
- Type: `String`
9-
- Default: `.nuxt`
9+
- Par défaut: `.nuxt`
1010

11-
> Define the dist directory for your nuxt.js application
12-
13-
<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>Example (`nuxt.config.js`):</p>
11+
> Définissez le répertoire dist de votre application Nuxt.js
1412
1513
```js
1614
module.exports = {
1715
buildDir: 'nuxt-dist'
1816
}
1917
```
2018

21-
By default, many tools assumes that `.nuxt` is hidden directory, because it's name starts with dot. You can use this option to make dist folder not hidden.
19+
Par défaut, de nombreux outils supposent que `.nuxt` est un répertoire caché, car son nom commence par un point. Vous pouvez utiliser cette option pour rendre le dossier dist non masqué.

0 commit comments

Comments
 (0)