-
Notifications
You must be signed in to change notification settings - Fork 930
[Doc EN]: guide/configuration.md
review
#234
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
guide/configuration.md
review
@@ -1,39 +1,39 @@ | |||
--- | |||
title: Configuration | |||
description: Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the nuxt.config.js file. | |||
description: Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the `nuxt.config.js` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
--- | ||
|
||
> Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the nuxt.config.js file. | ||
> Nuxt.js is configured by default to cover most use cases. This default configuration can be overwritten by using the `nuxt.config.js` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
### build | ||
|
||
This option lets you add modules inside the vendor.bundle.js file to reduce the size of the application bundle. This is especially helpful when using external modules. | ||
This option lets you add modules inside the `vendor.bundle.js` file to reduce the size of the application bundle. This is especially helpful when using external modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
[Documentation about build integration](/api/configuration-build) | ||
[Documentation about `build` integration](/api/configuration-build) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
### cache | ||
|
||
This option lets you enable cached components for better render performances. | ||
|
||
[Documentation about cache integration](/api/configuration-cache) | ||
[Documentation about `cache` integration](/api/configuration-cache) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
[Documentation about router integration](/api/configuration-router) | ||
[Documentation about `router` integration](/api/configuration-router) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
[Documentation about rootDir integration](/api/configuration-rootdir) | ||
[Documentation about `rootDir` integration](/api/configuration-rootdir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
[Documentation about plugins integration](/api/configuration-plugins) | ||
[Documentation about `plugins` integration](/api/configuration-plugins) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
[Documentation about srcDir integration](/api/configuration-srcdir) | ||
[Documentation about `srcDir` integration](/api/configuration-srcdir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
|
||
### transition | ||
|
||
This option lets you define the default properties of the page transitions. | ||
|
||
[Documentation about transition integration](/api/configuration-transition) | ||
[Documentation about `transition` integration](/api/configuration-transition) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To separate content from code / path / filename / command / etc.
Hi, @atinux, today I suggest you this first PR on five. |
Excellent job @haeresis 🙌 |
In our French translation/review we have changed some consistent things, so we suggest you do the same in the original documentation.
More details in comments.
Do not hesitate to set back the original behavior for some changes if you think they do not make sense.