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

[FR Doc]: Translation of configuration-builddir.md #625

Merged
merged 9 commits into from
Jun 12, 2018
14 changes: 6 additions & 8 deletions fr/api/configuration-builddir.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
---
title: "API: The buildDir Property"
description: Define the dist directory for your nuxt.js application
title: "API: La propriété buildDir"
description: Définissez le dossier dist de votre application Nuxt.js
---

# The buildDir Property (EN)
# La propriété buildDir

- Type: `String`
- Default: `.nuxt`
- Par défaut: `.nuxt`

> Define the dist directory for your nuxt.js application

<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>
> Définissez le répertoire dist de votre application Nuxt.js

```js
module.exports = {
buildDir: 'nuxt-dist'
}
```

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.
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é.