Skip to content

Commit fcad013

Browse files
author
monaflrnt
committed
Translate page
1 parent 45351c3 commit fcad013

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

fr/api/configuration-builddir.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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+
> Définissez le répertoire dist de votre application nuxt.js
1213
1314
<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>
1415

@@ -18,4 +19,4 @@ module.exports = {
1819
}
1920
```
2021

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