Skip to content

Commit 6b0d127

Browse files
flrntMachinisteWeb
authored andcommitted
Translate configuration-builddir page (#39)
* Translate page * Changes upon review
1 parent 45351c3 commit 6b0d127

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

fr/api/configuration-builddir.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
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

66
# The buildDir Property (EN)
7+
# La propriété buildDir
78

89
- Type: `String`
9-
- Default: `.nuxt`
10+
- Par défaut: `.nuxt`
1011

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>
12+
> Définissez le répertoire dist de votre application Nuxt.js
1413
1514
```js
1615
module.exports = {
1716
buildDir: 'nuxt-dist'
1817
}
1918
```
2019

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.
20+
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)