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

[Doc EN]: guide/configuration.md review #234

Merged
merged 1 commit into from
Sep 22, 2017

Conversation

MachinisteWeb
Copy link
Contributor

@MachinisteWeb MachinisteWeb commented Sep 15, 2017

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.

Signed-off-by: Bruno Lesieur <[email protected]>
@MachinisteWeb MachinisteWeb changed the title Review Vuejs-FR [Doc EN]: guide/configuration.md review Sep 15, 2017
@@ -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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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.

@MachinisteWeb
Copy link
Contributor Author

Hi, @atinux, today I suggest you this first PR on five.

@atinux atinux merged commit 826b925 into nuxt:master Sep 22, 2017
@atinux
Copy link
Member

atinux commented Sep 22, 2017

Excellent job @haeresis 🙌

@MachinisteWeb MachinisteWeb deleted the configuration branch September 22, 2017 10:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants