Skip to content
This repository was 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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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é.